#593211

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

Shades of Baker's Chocolate #593211

Tints of Baker's Chocolate #593211

Color information

#593211 (or 0x593211) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 32 and 11. RGB value is (89,50,17). Sum of RGB (Red+Green+Blue) = 89+50+17=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #593211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593211 is #A6CDEE. Grayscale: #3A3A3A. Windows color (decimal): -10931695 or 1127001. OLE color: 1127001.

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

Color convert

RGB895017-
CMYK00.440.810.65
HSL27.5º67.92%20.78%-
HSV(B)27.5º80.9%34.9%-
XYZ5.364.451.11-
YUV57.9104.92150.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=57.05%
G=32.05%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89501700.440.810.6527.567.9220.78
Hex59321102C51411c4415
Octal13162210541211013410425
Binary10110011100101000101011001010001100000111100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593211; }

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

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

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

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

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

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

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

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