Html Css Color HEX #592912 Baker's Chocolate

📋 copy color: '#592912'

red 89 ◦ green 41 ◦ blue 18

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

Shades of Baker's Chocolate #592912

Tints of Baker's Chocolate #592912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

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

R = 60.14%
G = 27.7%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#592912 (or 0x592912) is known color: Baker's Chocolate. HEX triplet: 59, 29 and 12. RGB value is (89,41,18). Sum of RGB (Red+Green+Blue) = 89+41+18=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #592912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592912 is #A6D6ED. Grayscale: #343434. Windows color (decimal): -10933998 or 1190233. OLE color: 1190233.

HSL color Cylindrical-coordinate representation of color #592912: hue angle of 19.44º 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 #592912 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 18 -
CMYK 0 0.54 0.80 0.65
HSL 19.44º 0.66% 0.21% -
HSV(B) 19.44º 0.8% 0.35% -
XYZ 5.02 3.75 1.03 -
YUV 52.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 89 41 18 0 0.54 0.80 0.65 19.44 0.66 0.21
Hex 59 29 12 0 36 50 41 13 42 15
Octal 131 51 22 0 66 120 101 23 102 25
Binary 1011001 101001 10010 0 110110 1010000 1000001 10011 1000010 10101

Color Harmonies of #592912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592912

Black with #592912

Text Example


Text Example

White with #592912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592912; }

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

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

background-color css

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

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

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

border-color css

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

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

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