#56200B

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

Shades of Baker's Chocolate #56200B

Tints of Baker's Chocolate #56200B

Color information

#56200B (or 0x56200B) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 20 and 0B. RGB value is (86,32,11). Sum of RGB (Red+Green+Blue) = 86+32+11=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #56200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56200B is #A9DFF4. Grayscale: #2D2D2D. Windows color (decimal): -11132917 or 729174. OLE color: 729174.

HSL color Cylindrical-coordinate representation of color #56200B: hue angle of 16.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56200B is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB863211-
CMYK00.630.870.66
HSL16.8º77.32%19.02%-
HSV(B)16.8º87.21%33.73%-
XYZ4.413.040.67-
YUV45.75108.39156.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=66.67%
G=24.81%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86321100.630.870.6616.877.3219.02
Hex5620B03F5742114d13
Octal12640130771271022111523
Binary1010110100000101101111111010111100001010001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,32,11); }

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

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

 a { background-color: rgb(86,32,11); }

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

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

 span { border-color: rgb(86,32,11); }

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