#592003

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

Shades of Baker's Chocolate #592003

Tints of Baker's Chocolate #592003

Color information

#592003 (or 0x592003) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 20 and 03. RGB value is (89,32,3). Sum of RGB (Red+Green+Blue) = 89+32+3=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #592003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592003 is #A6DFFC. Grayscale: #2D2D2D. Windows color (decimal): -10936317 or 204889. OLE color: 204889.

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

Color convert

RGB89323-
CMYK00.640.970.65
HSL20.23º93.48%18.04%-
HSV(B)20.23º96.63%34.9%-
XYZ4.653.160.45-
YUV45.74103.88158.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 71.77%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=71.77%
G=25.81%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932300.640.970.6520.2393.4818.04
Hex592030406141145d12
Octal13140301001411012413522
Binary101100110000011010000001100001100000110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592003; }

 p { color: rgb(89,32,3); }

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

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

 a { background-color: rgb(89,32,3); }

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

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

 span { border-color: rgb(89,32,3); }

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