#56370F

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

Shades of Baker's Chocolate #56370F

Tints of Baker's Chocolate #56370F

Color information

#56370F (or 0x56370F) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 0F. RGB value is (86,55,15). Sum of RGB (Red+Green+Blue) = 86+55+15=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #56370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56370F is #A9C8F0. Grayscale: #3B3B3B. Windows color (decimal): -11127025 or 997206. OLE color: 997206.

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

Color convert

RGB865515-
CMYK00.360.830.66
HSL33.8º70.3%19.8%-
HSV(B)33.8º82.56%33.73%-
XYZ5.294.751.09-
YUV59.71102.77146.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=55.13%
G=35.26%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86551500.360.830.6633.870.319.8
Hex5637F0245342224614
Octal12667170441231024210624
Binary10101101101111111010010010100111000010100010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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