#593516

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

Shades of Baker's Chocolate #593516

Tints of Baker's Chocolate #593516

Color information

#593516 (or 0x593516) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 16. RGB value is (89,53,22). Sum of RGB (Red+Green+Blue) = 89+53+22=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #593516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593516 is #A6CAE9. Grayscale: #3C3C3C. Windows color (decimal): -10930922 or 1455449. OLE color: 1455449.

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

Color convert

RGB895322-
CMYK00.400.750.65
HSL27.76º60.36%21.76%-
HSV(B)27.76º75.28%34.9%-
XYZ5.544.731.38-
YUV60.23106.43148.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.27%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=54.27%
G=32.32%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89532200.400.750.6527.7660.3621.76
Hex5935160284B411c3c16
Octal1316526050113101347426
Binary1011001110101101100101000100101110000011110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593516; }

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

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

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

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

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

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

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

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