Html Css Color HEX #59400C Dark Brown

📋 copy color: '#59400C'

red 89 ◦ green 64 ◦ blue 12

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

Shades of Dark Brown #59400C

Tints of Dark Brown #59400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 53.94%
G = 38.79%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59400C (or 0x59400C) is known color: Dark Brown. HEX triplet: 59, 40 and 0C. RGB value is (89,64,12). Sum of RGB (Red+Green+Blue) = 89+64+12=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59400C is #A6BFF3. Grayscale: #414141. Windows color (decimal): -10928116 or 802905. OLE color: 802905.

HSL color Cylindrical-coordinate representation of color #59400C: hue angle of 40.52º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59400C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 64 12 -
CMYK 0 0.28 0.87 0.65
HSL 40.52º 0.76% 0.2% -
HSV(B) 40.52º 0.87% 0.35% -
XYZ 6.02 5.82 1.15 -
YUV 65.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 89 64 12 0 0.28 0.87 0.65 40.52 0.76 0.2
Hex 59 40 C 0 1C 57 41 29 4C 14
Octal 131 100 14 0 34 127 101 51 114 24
Binary 1011001 1000000 1100 0 11100 1010111 1000001 101001 1001100 10100

Color Harmonies of #59400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59400C

Black with #59400C

Text Example


Text Example

White with #59400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59400C; }

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

 H1.HeaderClassName
 {
   color: #59400C;
 }
 .AnyTagClassName
 {
   color: #59400C;
 }
</style>

background-color css

<style>
 a { background-color: #59400C; }

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

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

border-color css

<style>
 span { border-color: #59400C; }

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

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