#593514

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

Shades of Baker's Chocolate #593514

Tints of Baker's Chocolate #593514

Color information

#593514 (or 0x593514) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 14. RGB value is (89,53,20). Sum of RGB (Red+Green+Blue) = 89+53+20=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #593514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593514 is #A6CAEB. Grayscale: #3C3C3C. Windows color (decimal): -10930924 or 1324377. OLE color: 1324377.

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

Color convert

RGB895320-
CMYK00.400.780.65
HSL28.7º63.3%21.37%-
HSV(B)28.7º77.53%34.9%-
XYZ5.524.721.28-
YUV60105.43148.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=54.94%
G=32.72%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89532000.400.780.6528.763.321.37
Hex5935140284E411d3f15
Octal1316524050116101357725
Binary1011001110101101000101000100111010000011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593514; }

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

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

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

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

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

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

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

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