#56220C

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

Shades of Baker's Chocolate #56220C

Tints of Baker's Chocolate #56220C

Color information

#56220C (or 0x56220C) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 22 and 0C. RGB value is (86,34,12). Sum of RGB (Red+Green+Blue) = 86+34+12=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56220C is #A9DDF3. Grayscale: #2F2F2F. Windows color (decimal): -11132404 or 795222. OLE color: 795222.

HSL color Cylindrical-coordinate representation of color #56220C: hue angle of 17.84º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56220C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB863412-
CMYK00.600.860.66
HSL17.84º75.51%19.22%-
HSV(B)17.84º86.05%33.73%-
XYZ4.483.150.72-
YUV47.04108.23155.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=65.15%
G=25.76%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86341200.600.860.6617.8475.5119.22
Hex5622C03C5642124c13
Octal12642140741261022211423
Binary1010110100010110001111001010110100001010010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56220C; }

 p { color: rgb(86,34,12); }

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

<style>
 a { background-color: #56220C; }

 a { background-color: rgb(86,34,12); }

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

<style>
 span { border-color: #56220C; }

 span { border-color: rgb(86,34,12); }

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