#562D11

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

Shades of Baker's Chocolate #562D11

Tints of Baker's Chocolate #562D11

Color information

#562D11 (or 0x562D11) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2D and 11. RGB value is (86,45,17). Sum of RGB (Red+Green+Blue) = 86+45+17=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #562D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D11 is #A9D2EE. Grayscale: #363636. Windows color (decimal): -11129583 or 1125718. OLE color: 1125718.

HSL color Cylindrical-coordinate representation of color #562D11: hue angle of 24.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562D11 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB864517-
CMYK00.480.800.66
HSL24.35º66.99%20.2%-
HSV(B)24.35º80.23%33.73%-
XYZ4.883.91.03-
YUV54.07107.08150.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=58.11%
G=30.41%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86451700.480.800.6624.3566.9920.2
Hex562D110305042184314
Octal12655210601201023010324
Binary10101101011011000101100001010000100001011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,45,17); }

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

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

 a { background-color: rgb(86,45,17); }

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

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

 span { border-color: rgb(86,45,17); }

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