#593616

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

Shades of Baker's Chocolate #593616

Tints of Baker's Chocolate #593616

Color information

#593616 (or 0x593616) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 36 and 16. RGB value is (89,54,22). Sum of RGB (Red+Green+Blue) = 89+54+22=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #593616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593616 is #A6C9E9. Grayscale: #3C3C3C. Windows color (decimal): -10930666 or 1455705. OLE color: 1455705.

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

Color convert

RGB895422-
CMYK00.390.750.65
HSL28.66º60.36%21.76%-
HSV(B)28.66º75.28%34.9%-
XYZ5.584.821.4-
YUV60.82106.1148.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.94%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=53.94%
G=32.73%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89542200.390.750.6528.6660.3621.76
Hex5936160274B411d3c16
Octal1316626047113101357426
Binary1011001110110101100100111100101110000011110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593616; }

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

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

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

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

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

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

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

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