#59320D

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

Shades of Baker's Chocolate #59320D

Tints of Baker's Chocolate #59320D

Color information

#59320D (or 0x59320D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 32 and 0D. RGB value is (89,50,13). Sum of RGB (Red+Green+Blue) = 89+50+13=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59320D is #A6CDF2. Grayscale: #393939. Windows color (decimal): -10931699 or 864857. OLE color: 864857.

HSL color Cylindrical-coordinate representation of color #59320D: hue angle of 29.21º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59320D is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB895013-
CMYK00.440.850.65
HSL29.21º74.51%20%-
HSV(B)29.21º85.39%34.9%-
XYZ5.334.430.96-
YUV57.44102.92150.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=58.55%
G=32.89%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89501300.440.850.6529.2174.5120
Hex5932D02C55411d4b14
Octal13162150541251013511324
Binary1011001110010110101011001010101100000111101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59320D; }

 p { color: rgb(89,50,13); }

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

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

 a { background-color: rgb(89,50,13); }

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

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

 span { border-color: rgb(89,50,13); }

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