#593302

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

Shades of Baker's Chocolate #593302

Tints of Baker's Chocolate #593302

Color information

#593302 (or 0x593302) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 02. RGB value is (89,51,2). Sum of RGB (Red+Green+Blue) = 89+51+2=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #593302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593302 is #A6CCFD. Grayscale: #393939. Windows color (decimal): -10931454 or 144217. OLE color: 144217.

HSL color Cylindrical-coordinate representation of color #593302: hue angle of 33.79º 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 #593302 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB89512-
CMYK00.430.980.65
HSL33.79º95.6%17.84%-
HSV(B)33.79º97.75%34.9%-
XYZ5.314.50.65-
YUV56.7897.09150.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=62.68%
G=35.92%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8951200.430.980.6533.7995.617.84
Hex5933202B6241226012
Octal1316320531421014214022
Binary101100111001110010101111000101000001100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593302; }

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

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

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

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

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

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

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

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