#593016

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

Shades of Baker's Chocolate #593016

Tints of Baker's Chocolate #593016

Color information

#593016 (or 0x593016) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 16. RGB value is (89,48,22). Sum of RGB (Red+Green+Blue) = 89+48+22=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593016 is #A6CFE9. Grayscale: #393939. Windows color (decimal): -10932202 or 1454169. OLE color: 1454169.

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

Color convert

RGB894822-
CMYK00.460.750.65
HSL23.28º60.36%21.76%-
HSV(B)23.28º75.28%34.9%-
XYZ5.324.31.31-
YUV57.3108.08150.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=55.97%
G=30.19%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89482200.460.750.6523.2860.3621.76
Hex59301602E4B41173c16
Octal1316026056113101277426
Binary1011001110000101100101110100101110000011011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593016; }

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

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

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

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

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

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

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

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