#59330D

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

Shades of Baker's Chocolate #59330D

Tints of Baker's Chocolate #59330D

Color information

#59330D (or 0x59330D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 0D. RGB value is (89,51,13). Sum of RGB (Red+Green+Blue) = 89+51+13=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59330D is #A6CCF2. Grayscale: #3A3A3A. Windows color (decimal): -10931443 or 865113. OLE color: 865113.

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

Color convert

RGB895113-
CMYK00.430.850.65
HSL30º74.51%20%-
HSV(B)30º85.39%34.9%-
XYZ5.384.520.97-
YUV58.03102.59150.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.17%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=58.17%
G=33.33%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89511300.430.850.653074.5120
Hex5933D02B55411e4b14
Octal13163150531251013611324
Binary1011001110011110101010111010101100000111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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