Html Css Color HEX #59421F Dark Brown

📋 copy color: '#59421F'

red 89 ◦ green 66 ◦ blue 31

#59421F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #59421F

Tints of Dark Brown #59421F

RGB

 RED value IS 89 (35.16% from 255) = 47.85%

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 47.85%
G = 35.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#59421F (or 0x59421F) is known color: Dark Brown. HEX triplet: 59, 42 and 1F. RGB value is (89,66,31). Sum of RGB (Red+Green+Blue) = 89+66+31=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59421F is #A6BDE0. Grayscale: #454545. Windows color (decimal): -10927585 or 2048601. OLE color: 2048601.

HSL color Cylindrical-coordinate representation of color #59421F: hue angle of 36.21º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59421F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 31 -
CMYK 0 0.26 0.65 0.65
HSL 36.21º 0.48% 0.24% -
HSV(B) 36.21º 0.65% 0.35% -
XYZ 6.32 6.12 2.14 -
YUV 68.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 89 66 31 0 0.26 0.65 0.65 36.21 0.48 0.24
Hex 59 42 1F 0 1A 41 41 24 30 18
Octal 131 102 37 0 32 101 101 44 60 30
Binary 1011001 1000010 11111 0 11010 1000001 1000001 100100 110000 11000

Color Harmonies of #59421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59421F

Black with #59421F

Text Example


Text Example

White with #59421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59421F; }

 p { color: rgb(89,66,31); }

 H1.HeaderClassName
 {
   color: #59421F;
 }
 .AnyTagClassName
 {
   color: #59421F;
 }
</style>

background-color css

<style>
 a { background-color: #59421F; }

 a { background-color: rgb(89,66,31); }

 div.DivClassName
 {
   background-color: #59421F;
 }
 .BgClassName
 {
   background-color: #59421F;
 }
</style>

border-color css

<style>
 span { border-color: #59421F; }

 span { border-color: rgb(89,66,31); }

 td.TdClassName
 {
   border-color: #59421F;
 }
 .TagClassName
 {
   border-color: #59421F;
 }
</style>