Html Css Color HEX #59401E Dark Brown

📋 copy color: '#59401E'

red 89 ◦ green 64 ◦ blue 30

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

Shades of Dark Brown #59401E

Tints of Dark Brown #59401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 48.63%
G = 34.97%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59401E (or 0x59401E) is known color: Dark Brown. HEX triplet: 59, 40 and 1E. RGB value is (89,64,30). Sum of RGB (Red+Green+Blue) = 89+64+30=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59401E is #A6BFE1. Grayscale: #434343. Windows color (decimal): -10928098 or 1982553. OLE color: 1982553.

HSL color Cylindrical-coordinate representation of color #59401E: hue angle of 34.58º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59401E is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 30 -
CMYK 0 0.28 0.66 0.65
HSL 34.58º 0.5% 0.23% -
HSV(B) 34.58º 0.66% 0.35% -
XYZ 6.19 5.88 2.04 -
YUV 67.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 89 64 30 0 0.28 0.66 0.65 34.58 0.5 0.23
Hex 59 40 1E 0 1C 42 41 23 32 17
Octal 131 100 36 0 34 102 101 43 62 27
Binary 1011001 1000000 11110 0 11100 1000010 1000001 100011 110010 10111

Color Harmonies of #59401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59401E

Black with #59401E

Text Example


Text Example

White with #59401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59401E; }

 p { color: rgb(89,64,30); }

 H1.HeaderClassName
 {
   color: #59401E;
 }
 .AnyTagClassName
 {
   color: #59401E;
 }
</style>

background-color css

<style>
 a { background-color: #59401E; }

 a { background-color: rgb(89,64,30); }

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

border-color css

<style>
 span { border-color: #59401E; }

 span { border-color: rgb(89,64,30); }

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