#562C0E

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

Shades of Baker's Chocolate #562C0E

Tints of Baker's Chocolate #562C0E

Color information

#562C0E (or 0x562C0E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2C and 0E. RGB value is (86,44,14). Sum of RGB (Red+Green+Blue) = 86+44+14=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #562C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562C0E is #A9D3F1. Grayscale: #353535. Windows color (decimal): -11129842 or 928854. OLE color: 928854.

HSL color Cylindrical-coordinate representation of color #562C0E: hue angle of 25º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #562C0E is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB864414-
CMYK00.490.840.66
HSL25º72%19.61%-
HSV(B)25º83.72%33.73%-
XYZ4.823.810.9-
YUV53.14105.91151.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.72%
GREEN value IS 44 (17.58% from 255) = 30.56%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=59.72%
G=30.56%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86441400.490.840.66257219.61
Hex562CE0315442194814
Octal12654160611241023111024
Binary1010110101100111001100011010100100001011001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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