Html Css Color HEX #594012 Dark Brown

📋 copy color: '#594012'

red 89 ◦ green 64 ◦ blue 18

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

Shades of Dark Brown #594012

Tints of Dark Brown #594012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 52.05%
G = 37.43%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#594012 (or 0x594012) is known color: Dark Brown. HEX triplet: 59, 40 and 12. RGB value is (89,64,18). Sum of RGB (Red+Green+Blue) = 89+64+18=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #594012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594012 is #A6BFED. Grayscale: #424242. Windows color (decimal): -10928110 or 1196121. OLE color: 1196121.

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

Color convert

RGB 89 64 18 -
CMYK 0 0.28 0.80 0.65
HSL 38.87º 0.66% 0.21% -
HSV(B) 38.87º 0.8% 0.35% -
XYZ 6.06 5.83 1.38 -
YUV 66.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 89 64 18 0 0.28 0.80 0.65 38.87 0.66 0.21
Hex 59 40 12 0 1C 50 41 27 42 15
Octal 131 100 22 0 34 120 101 47 102 25
Binary 1011001 1000000 10010 0 11100 1010000 1000001 100111 1000010 10101

Color Harmonies of #594012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594012

Black with #594012

Text Example


Text Example

White with #594012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594012; }

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

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

background-color css

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

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

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

border-color css

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

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

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