#59210B

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

Shades of Baker's Chocolate #59210B

Tints of Baker's Chocolate #59210B

Color information

#59210B (or 0x59210B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 21 and 0B. RGB value is (89,33,11). Sum of RGB (Red+Green+Blue) = 89+33+11=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #59210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59210B is #A6DEF4. Grayscale: #2F2F2F. Windows color (decimal): -10936053 or 729433. OLE color: 729433.

HSL color Cylindrical-coordinate representation of color #59210B: hue angle of 16.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59210B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB893311-
CMYK00.630.880.65
HSL16.92º78%19.61%-
HSV(B)16.92º87.64%34.9%-
XYZ4.723.240.69-
YUV47.24107.55157.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=66.92%
G=24.81%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89331100.630.880.6516.927819.61
Hex5921B03F5841114e14
Octal13141130771301012111624
Binary1011001100001101101111111011000100000110001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59210B; }

 p { color: rgb(89,33,11); }

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

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

 a { background-color: rgb(89,33,11); }

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

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

 span { border-color: rgb(89,33,11); }

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