#562F0A

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

Shades of Baker's Chocolate #562F0A

Tints of Baker's Chocolate #562F0A

Color information

#562F0A (or 0x562F0A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2F and 0A. RGB value is (86,47,10). Sum of RGB (Red+Green+Blue) = 86+47+10=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #562F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562F0A is #A9D0F5. Grayscale: #363636. Windows color (decimal): -11129078 or 667478. OLE color: 667478.

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

Color convert

RGB864710-
CMYK00.450.880.66
HSL29.21º79.17%18.82%-
HSV(B)29.21º88.37%33.73%-
XYZ4.914.030.81-
YUV54.44102.92150.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=60.14%
G=32.87%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86471000.450.880.6629.2179.1718.82
Hex562FA02D58421d4f13
Octal12657120551301023511723
Binary1010110101111101001011011011000100001011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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