#59220D

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

Shades of Baker's Chocolate #59220D

Tints of Baker's Chocolate #59220D

Color information

#59220D (or 0x59220D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 22 and 0D. RGB value is (89,34,13). Sum of RGB (Red+Green+Blue) = 89+34+13=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59220D is #A6DDF2. Grayscale: #303030. Windows color (decimal): -10935795 or 860761. OLE color: 860761.

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

Color convert

RGB893413-
CMYK00.620.850.65
HSL16.58º74.51%20%-
HSV(B)16.58º85.39%34.9%-
XYZ4.763.30.77-
YUV48.05108.22157.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.44%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=65.44%
G=25%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89341300.620.850.6516.5874.5120
Hex5922D03E5541114b14
Octal13142150761251012111324
Binary1011001100010110101111101010101100000110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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