#593012

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

Shades of Baker's Chocolate #593012

Tints of Baker's Chocolate #593012

Color information

#593012 (or 0x593012) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 12. RGB value is (89,48,18). Sum of RGB (Red+Green+Blue) = 89+48+18=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #593012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593012 is #A6CFED. Grayscale: #383838. Windows color (decimal): -10932206 or 1192025. OLE color: 1192025.

HSL color Cylindrical-coordinate representation of color #593012: hue angle of 25.35º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #593012 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB894818-
CMYK00.460.800.65
HSL25.35º66.36%20.98%-
HSV(B)25.35º79.78%34.9%-
XYZ5.294.281.12-
YUV56.84106.08150.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=57.42%
G=30.97%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89481800.460.800.6525.3566.3620.98
Hex59301202E5041194215
Octal13160220561201013110225
Binary10110011100001001001011101010000100000111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593012; }

 p { color: rgb(89,48,18); }

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

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

 a { background-color: rgb(89,48,18); }

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

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

 span { border-color: rgb(89,48,18); }

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