#562A0B

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

Shades of Baker's Chocolate #562A0B

Tints of Baker's Chocolate #562A0B

Color information

#562A0B (or 0x562A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2A and 0B. RGB value is (86,42,11). Sum of RGB (Red+Green+Blue) = 86+42+11=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #562A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A0B is #A9D5F4. Grayscale: #333333. Windows color (decimal): -11130357 or 731734. OLE color: 731734.

HSL color Cylindrical-coordinate representation of color #562A0B: hue angle of 24.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #562A0B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB864211-
CMYK00.510.870.66
HSL24.8º77.32%19.02%-
HSV(B)24.8º87.21%33.73%-
XYZ4.733.660.77-
YUV51.62105.08152.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.87%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=61.87%
G=30.22%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86421100.510.870.6624.877.3219.02
Hex562AB0335742194d13
Octal12652130631271023111523
Binary1010110101010101101100111010111100001011001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,42,11); }

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

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

 a { background-color: rgb(86,42,11); }

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

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

 span { border-color: rgb(86,42,11); }

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