#593316

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

Shades of Baker's Chocolate #593316

Tints of Baker's Chocolate #593316

Color information

#593316 (or 0x593316) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 16. RGB value is (89,51,22). Sum of RGB (Red+Green+Blue) = 89+51+22=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593316 is #A6CCE9. Grayscale: #3B3B3B. Windows color (decimal): -10931434 or 1454937. OLE color: 1454937.

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

Color convert

RGB895122-
CMYK00.430.750.65
HSL25.97º60.36%21.76%-
HSV(B)25.97º75.28%34.9%-
XYZ5.454.551.35-
YUV59.06107.09149.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=54.94%
G=31.48%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89512200.430.750.6525.9760.3621.76
Hex59331602B4B411a3c16
Octal1316326053113101327426
Binary1011001110011101100101011100101110000011101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593316; }

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

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

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

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

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

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

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

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