#56370B

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

Shades of Baker's Chocolate #56370B

Tints of Baker's Chocolate #56370B

Color information

#56370B (or 0x56370B) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 0B. RGB value is (86,55,11). Sum of RGB (Red+Green+Blue) = 86+55+11=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56370B is #A9C8F4. Grayscale: #3B3B3B. Windows color (decimal): -11127029 or 735062. OLE color: 735062.

HSL color Cylindrical-coordinate representation of color #56370B: hue angle of 35.2º 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 #56370B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB865511-
CMYK00.360.870.66
HSL35.2º77.32%19.02%-
HSV(B)35.2º87.21%33.73%-
XYZ5.264.730.95-
YUV59.25100.77147.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=56.58%
G=36.18%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86551100.360.870.6635.277.3219.02
Hex5637B0245742234d13
Octal12667130441271024311523
Binary10101101101111011010010010101111000010100011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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