#593515

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

Shades of Baker's Chocolate #593515

Tints of Baker's Chocolate #593515

Color information

#593515 (or 0x593515) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 15. RGB value is (89,53,21). Sum of RGB (Red+Green+Blue) = 89+53+21=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #593515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593515 is #A6CAEA. Grayscale: #3C3C3C. Windows color (decimal): -10930923 or 1389913. OLE color: 1389913.

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

Color convert

RGB895321-
CMYK00.400.760.65
HSL28.24º61.82%21.57%-
HSV(B)28.24º76.4%34.9%-
XYZ5.534.721.33-
YUV60.12105.93148.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=54.60%
G=32.52%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89532100.400.760.6528.2461.8221.57
Hex5935150284C411c3e16
Octal1316525050114101347626
Binary1011001110101101010101000100110010000011110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593515; }

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

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

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

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

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

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

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

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