#592A14

Color #592A14 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #592A14

Tints of Baker's Chocolate #592A14

Color information

#592A14 (or 0x592A14) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2A and 14. RGB value is (89,42,20). Sum of RGB (Red+Green+Blue) = 89+42+20=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #592A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A14 is #A6D5EB. Grayscale: #353535. Windows color (decimal): -10933740 or 1321561. OLE color: 1321561.

HSL color Cylindrical-coordinate representation of color #592A14: hue angle of 19.13º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592A14 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB894220-
CMYK00.530.780.65
HSL19.13º63.3%21.37%-
HSV(B)19.13º77.53%34.9%-
XYZ5.073.831.13-
YUV53.54109.07153.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=58.94%
G=27.81%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89422000.530.780.6519.1363.321.37
Hex592A140354E41133f15
Octal1315224065116101237725
Binary1011001101010101000110101100111010000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A14; }

 p { color: rgb(89,42,20); }

 H1.HeaderClassName
 {
   color: #592A14;
 }
 .AnyTagClassName
 {
   color: #592A14;
 }
</style>
background-color css

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

 a { background-color: rgb(89,42,20); }

 div.DivClassName
 {
   background-color: #592A14;
 }
 .BgClassName
 {
   background-color: #592A14;
 }
</style>
border-color css

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

 span { border-color: rgb(89,42,20); }

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