#59310D

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

Shades of Baker's Chocolate #59310D

Tints of Baker's Chocolate #59310D

Color information

#59310D (or 0x59310D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 31 and 0D. RGB value is (89,49,13). Sum of RGB (Red+Green+Blue) = 89+49+13=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59310D is #A6CEF2. Grayscale: #393939. Windows color (decimal): -10931955 or 864601. OLE color: 864601.

HSL color Cylindrical-coordinate representation of color #59310D: hue angle of 28.42º 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 #59310D is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB894913-
CMYK00.450.850.65
HSL28.42º74.51%20%-
HSV(B)28.42º85.39%34.9%-
XYZ5.294.350.94-
YUV56.86103.25150.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=58.94%
G=32.45%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89491300.450.850.6528.4274.5120
Hex5931D02D55411c4b14
Octal13161150551251013411324
Binary1011001110001110101011011010101100000111100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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