#56240a

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

Shades of Baker's Chocolate #56240A

Tints of Baker's Chocolate #56240A

Color information

#56240A (or 0x56240A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 24 and 0A. RGB value is (86,36,10). Sum of RGB (Red+Green+Blue) = 86+36+10=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56240A is #A9DBF5. Grayscale: #303030. Windows color (decimal): -11131894 or 664662. OLE color: 664662.

HSL color Cylindrical-coordinate representation of color #56240A: hue angle of 20.53º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56240A is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB863610-
CMYK00.580.880.66
HSL20.53º79.17%18.82%-
HSV(B)20.53º88.37%33.73%-
XYZ4.523.260.68-
YUV47.99106.56155.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=65.15%
G=27.27%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86361000.580.880.6620.5379.1718.82
Hex5624A03A5842154f13
Octal12644120721301022511723
Binary1010110100100101001110101011000100001010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56240a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56240a; }

 p { color: rgb(86,36,10); }

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

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

 a { background-color: rgb(86,36,10); }

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

<style>
 span { border-color: #56240a; }

 span { border-color: rgb(86,36,10); }

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