#593916

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

Shades of Baker's Chocolate #593916

Tints of Baker's Chocolate #593916

Color information

#593916 (or 0x593916) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 39 and 16. RGB value is (89,57,22). Sum of RGB (Red+Green+Blue) = 89+57+22=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #593916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593916 is #A6C6E9. Grayscale: #3E3E3E. Windows color (decimal): -10929898 or 1456473. OLE color: 1456473.

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

Color convert

RGB895722-
CMYK00.360.750.65
HSL31.34º60.36%21.76%-
HSV(B)31.34º75.28%34.9%-
XYZ5.735.111.44-
YUV62.58105.1146.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=52.98%
G=33.93%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89572200.360.750.6531.3460.3621.76
Hex5939160244B411f3c16
Octal1317126044113101377426
Binary1011001111001101100100100100101110000011111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593916; }

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

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

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

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

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

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

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

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