Color Hex Logo

#825841 Color Hex

#825841
(130,88,65)
0 Favorites   0 Comments

Color spaces of #825841

RGB 1308865
HSL0.060.330.38
HSV21°50°51°
CMYK 0.000.320.50   0.49
XYZ13.649812.10696.6185
Yxy12.10690.42160.3740
Hunter Lab34.79509.133013.0787
CIE-Lab41.385514.486620.3030

#825841 color RGB value is (130,88,65).

#825841 hex color red value is 130, green value is 88 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #825841 hue: 0.06 , saturation: 0.33 and the lightness value of 825841 is 0.38.

The process color (four color CMYK) of #825841 color hex is 0.00, 0.32, 0.50, 0.49. Web safe color of #825841 is #996633. Color #825841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011000 01000001
Octal 202 130 101
Decimal 130 88 65
Hex 82 58 41

RGB Percentages of Color #825841

%45.94
%31.10
%22.97

CMYK Percentages of Color #825841

%0
%32
%50
%49

Triadic Colors of #825841

#825841 #418258 #584182

Analogous Colors of #825841

#825841 #827941 #82414b

Monochromatic Colors of #825841

#825841

Complementary Color

#825841 #416b82

#825841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825841 Color CSS Codes

.mybgcolor {background-color:#825841; } 
.myforecolor {color:#825841; }
.mybordercolor {border:3px solid #825841; }

#825841 Text Font Color

<p style="color:#825841">Text here</p>

This sample text font color is #825841
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#825841 Background Color

<div style="background-color:#825841">
Div content here</div>

This div background color is #825841


#825841 Border Color

<div style="border:3px solid #825841">
Div here</div>

This div border color is #825841


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,88,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #825841; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #825841;
  -webkit-box-shadow: 1px 1px 3px 2px #825841;
  box-shadow:         1px 1px 3px 2px #825841; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,88,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #825841">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #825841;
  -webkit-box-shadow: 1px 1px 3px 2px #825841;
  box-shadow:         1px 1px 3px 2px #825841;">
Div content here</div>

This div box has shadow with color #825841


Comments

No comments written yet.

Please login to write comment.