#562B11

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

Shades of Baker's Chocolate #562B11

Tints of Baker's Chocolate #562B11

Color information

#562B11 (or 0x562B11) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2B and 11. RGB value is (86,43,17). Sum of RGB (Red+Green+Blue) = 86+43+17=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #562B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562B11 is #A9D4EE. Grayscale: #353535. Windows color (decimal): -11130095 or 1125206. OLE color: 1125206.

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

Color convert

RGB864317-
CMYK00.500.800.66
HSL22.61º66.99%20.2%-
HSV(B)22.61º80.23%33.73%-
XYZ4.83.751-
YUV52.89107.75151.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=58.90%
G=29.45%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86431700.500.800.6622.6166.9920.2
Hex562B110325042174314
Octal12653210621201022710324
Binary10101101010111000101100101010000100001010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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