#593002

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

Shades of Baker's Chocolate #593002

Tints of Baker's Chocolate #593002

Color information

#593002 (or 0x593002) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 02. RGB value is (89,48,2). Sum of RGB (Red+Green+Blue) = 89+48+2=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #593002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593002 is #A6CFFD. Grayscale: #373737. Windows color (decimal): -10932222 or 143449. OLE color: 143449.

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

Color convert

RGB89482-
CMYK00.460.980.65
HSL31.72º95.6%17.84%-
HSV(B)31.72º97.75%34.9%-
XYZ5.194.240.6-
YUV55.0298.08152.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=64.03%
G=34.53%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8948200.460.980.6531.7295.617.84
Hex5930202E6241206012
Octal1316020561421014014022
Binary101100111000010010111011000101000001100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593002; }

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

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

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

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

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

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

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

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