#56370D

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

Shades of Baker's Chocolate #56370D

Tints of Baker's Chocolate #56370D

Color information

#56370D (or 0x56370D) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 0D. RGB value is (86,55,13). Sum of RGB (Red+Green+Blue) = 86+55+13=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #56370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56370D is #A9C8F2. Grayscale: #3B3B3B. Windows color (decimal): -11127027 or 866134. OLE color: 866134.

HSL color Cylindrical-coordinate representation of color #56370D: hue angle of 34.52º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56370D is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB865513-
CMYK00.360.850.66
HSL34.52º73.74%19.41%-
HSV(B)34.52º84.88%33.73%-
XYZ5.284.741.02-
YUV59.48101.77146.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=55.84%
G=35.71%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86551300.360.850.6634.5273.7419.41
Hex5637D0245542234a13
Octal12667150441251024311223
Binary10101101101111101010010010101011000010100011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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