#562C0A

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

Shades of Baker's Chocolate #562C0A

Tints of Baker's Chocolate #562C0A

Color information

#562C0A (or 0x562C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2C and 0A. RGB value is (86,44,10). Sum of RGB (Red+Green+Blue) = 86+44+10=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #562C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562C0A is #A9D3F5. Grayscale: #343434. Windows color (decimal): -11129846 or 666710. OLE color: 666710.

HSL color Cylindrical-coordinate representation of color #562C0A: hue angle of 26.84º 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 #562C0A is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB864410-
CMYK00.490.880.66
HSL26.84º79.17%18.82%-
HSV(B)26.84º88.37%33.73%-
XYZ4.793.80.77-
YUV52.68103.91151.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=61.43%
G=31.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86441000.490.880.6626.8479.1718.82
Hex562CA03158421b4f13
Octal12654120611301023311723
Binary1010110101100101001100011011000100001011011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562C0A; }

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

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

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

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

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

<style>
 span { border-color: #562C0A; }

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

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