#562713

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

Shades of Baker's Chocolate #562713

Tints of Baker's Chocolate #562713

Color information

#562713 (or 0x562713) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 27 and 13. RGB value is (86,39,19). Sum of RGB (Red+Green+Blue) = 86+39+19=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #562713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562713 is #A9D8EC. Grayscale: #323232. Windows color (decimal): -11131117 or 1255254. OLE color: 1255254.

HSL color Cylindrical-coordinate representation of color #562713: hue angle of 17.91º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562713 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB863919-
CMYK00.550.780.66
HSL17.91º63.81%20.59%-
HSV(B)17.91º77.91%33.73%-
XYZ4.683.481.04-
YUV50.77110.07153.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.72%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=59.72%
G=27.08%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86391900.550.780.6617.9163.8120.59
Hex5627130374E42124015
Octal12647230671161022210025
Binary10101101001111001101101111001110100001010010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562713; }

 p { color: rgb(86,39,19); }

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

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

 a { background-color: rgb(86,39,19); }

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

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

 span { border-color: rgb(86,39,19); }

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