#593217

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

Shades of Baker's Chocolate #593217

Tints of Baker's Chocolate #593217

Color information

#593217 (or 0x593217) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 32 and 17. RGB value is (89,50,23). Sum of RGB (Red+Green+Blue) = 89+50+23=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593217 is #A6CDE8. Grayscale: #3A3A3A. Windows color (decimal): -10931689 or 1520217. OLE color: 1520217.

HSL color Cylindrical-coordinate representation of color #593217: hue angle of 24.55º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #593217 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB895023-
CMYK00.440.740.65
HSL24.55º58.93%21.96%-
HSV(B)24.55º74.16%34.9%-
XYZ5.424.471.39-
YUV58.58107.92149.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=54.94%
G=30.86%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89502300.440.740.6524.5558.9321.96
Hex59321702C4A41193b16
Octal1316227054112101317326
Binary1011001110010101110101100100101010000011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593217; }

 p { color: rgb(89,50,23); }

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

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

 a { background-color: rgb(89,50,23); }

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

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

 span { border-color: rgb(89,50,23); }

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