#592402

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

Shades of Baker's Chocolate #592402

Tints of Baker's Chocolate #592402

Color information

#592402 (or 0x592402) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 24 and 02. RGB value is (89,36,2). Sum of RGB (Red+Green+Blue) = 89+36+2=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592402 is #A6DBFD. Grayscale: #303030. Windows color (decimal): -10935294 or 140377. OLE color: 140377.

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

Color convert

RGB89362-
CMYK00.600.980.65
HSL23.45º95.6%17.84%-
HSV(B)23.45º97.75%34.9%-
XYZ4.763.390.46-
YUV47.97102.06157.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=70.08%
G=28.35%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8936200.600.980.6523.4595.617.84
Hex5924203C6241176012
Octal1314420741421012714022
Binary10110011001001001111001100010100000110111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592402; }

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

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

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

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

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

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

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

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