#593918

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

Shades of Baker's Chocolate #593918

Tints of Baker's Chocolate #593918

Color information

#593918 (or 0x593918) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 39 and 18. RGB value is (89,57,24). Sum of RGB (Red+Green+Blue) = 89+57+24=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #593918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593918 is #A6C6E7. Grayscale: #3E3E3E. Windows color (decimal): -10929896 or 1587545. OLE color: 1587545.

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

Color convert

RGB895724-
CMYK00.360.730.65
HSL30.46º57.52%22.16%-
HSV(B)30.46º73.03%34.9%-
XYZ5.755.121.55-
YUV62.81106.1146.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.35%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=52.35%
G=33.53%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89572400.360.730.6530.4657.5222.16
Hex59391802449411e3a16
Octal1317130044111101367226
Binary1011001111001110000100100100100110000011111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593918; }

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

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

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

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

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

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

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

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