#593013

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

Shades of Baker's Chocolate #593013

Tints of Baker's Chocolate #593013

Color information

#593013 (or 0x593013) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 13. RGB value is (89,48,19). Sum of RGB (Red+Green+Blue) = 89+48+19=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #593013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593013 is #A6CFEC. Grayscale: #393939. Windows color (decimal): -10932205 or 1257561. OLE color: 1257561.

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

Color convert

RGB894819-
CMYK00.460.790.65
HSL24.86º64.81%21.18%-
HSV(B)24.86º78.65%34.9%-
XYZ5.294.281.16-
YUV56.95106.58150.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=57.05%
G=30.77%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89481900.460.790.6524.8664.8121.18
Hex59301302E4F41194115
Octal13160230561171013110125
Binary10110011100001001101011101001111100000111001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593013; }

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

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

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

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

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

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

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

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