#593C0C

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

Shades of Baker's Chocolate #593C0C

Tints of Baker's Chocolate #593C0C

Color information

#593C0C (or 0x593C0C) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3C and 0C. RGB value is (89,60,12). Sum of RGB (Red+Green+Blue) = 89+60+12=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #593C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C0C is #A6C3F3. Grayscale: #3F3F3F. Windows color (decimal): -10929140 or 801881. OLE color: 801881.

HSL color Cylindrical-coordinate representation of color #593C0C: hue angle of 37.4º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #593C0C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB896012-
CMYK00.330.870.65
HSL37.4º76.24%19.8%-
HSV(B)37.4º86.52%34.9%-
XYZ5.85.381.08-
YUV63.299.11146.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=55.28%
G=37.27%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89601200.330.870.6537.476.2419.8
Hex593CC0215741254c14
Octal13174140411271014511424
Binary10110011111001100010000110101111000001100101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,60,12); }

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

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

 a { background-color: rgb(89,60,12); }

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

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

 span { border-color: rgb(89,60,12); }

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