#592E16

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

Shades of Baker's Chocolate #592E16

Tints of Baker's Chocolate #592E16

Color information

#592E16 (or 0x592E16) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2E and 16. RGB value is (89,46,22). Sum of RGB (Red+Green+Blue) = 89+46+22=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #592E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592E16 is #A6D1E9. Grayscale: #383838. Windows color (decimal): -10932714 or 1453657. OLE color: 1453657.

HSL color Cylindrical-coordinate representation of color #592E16: hue angle of 21.49º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592E16 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB894622-
CMYK00.480.750.65
HSL21.49º60.36%21.76%-
HSV(B)21.49º75.28%34.9%-
XYZ5.244.141.28-
YUV56.12108.75151.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=56.69%
G=29.30%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89462200.480.750.6521.4960.3621.76
Hex592E160304B41153c16
Octal1315626060113101257426
Binary1011001101110101100110000100101110000011010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,46,22); }

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

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

 a { background-color: rgb(89,46,22); }

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

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

 span { border-color: rgb(89,46,22); }

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