#593A15

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

Shades of Baker's Chocolate #593A15

Tints of Baker's Chocolate #593A15

Color information

#593A15 (or 0x593A15) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3A and 15. RGB value is (89,58,21). Sum of RGB (Red+Green+Blue) = 89+58+21=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #593A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A15 is #A6C5EA. Grayscale: #3F3F3F. Windows color (decimal): -10929643 or 1391193. OLE color: 1391193.

HSL color Cylindrical-coordinate representation of color #593A15: hue angle of 32.65º 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 #593A15 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB895821-
CMYK00.350.760.65
HSL32.65º61.82%21.57%-
HSV(B)32.65º76.4%34.9%-
XYZ5.775.21.41-
YUV63.05104.27146.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=52.98%
G=34.52%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89582100.350.760.6532.6561.8221.57
Hex593A150234C41213e16
Octal1317225043114101417626
Binary10110011110101010101000111001100100000110000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593A15; }

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

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

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

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

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

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

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

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