#593314

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

Shades of Baker's Chocolate #593314

Tints of Baker's Chocolate #593314

Color information

#593314 (or 0x593314) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 14. RGB value is (89,51,20). Sum of RGB (Red+Green+Blue) = 89+51+20=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #593314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593314 is #A6CCEB. Grayscale: #3A3A3A. Windows color (decimal): -10931436 or 1323865. OLE color: 1323865.

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

Color convert

RGB895120-
CMYK00.430.780.65
HSL26.96º63.3%21.37%-
HSV(B)26.96º77.53%34.9%-
XYZ5.434.541.25-
YUV58.83106.09149.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=55.62%
G=31.88%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89512000.430.780.6526.9663.321.37
Hex59331402B4E411b3f15
Octal1316324053116101337725
Binary1011001110011101000101011100111010000011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593314; }

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

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

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

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

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

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

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

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