#563213

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

Shades of Baker's Chocolate #563213

Tints of Baker's Chocolate #563213

Color information

#563213 (or 0x563213) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 32 and 13. RGB value is (86,50,19). Sum of RGB (Red+Green+Blue) = 86+50+19=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #563213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563213 is #A9CDEC. Grayscale: #393939. Windows color (decimal): -11128301 or 1258070. OLE color: 1258070.

HSL color Cylindrical-coordinate representation of color #563213: hue angle of 27.76º 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 #563213 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB865019-
CMYK00.420.780.66
HSL27.76º63.81%20.59%-
HSV(B)27.76º77.91%33.73%-
XYZ5.14.311.18-
YUV57.23106.43148.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=55.48%
G=32.26%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86501900.420.780.6627.7663.8120.59
Hex56321302A4E421c4015
Octal12662230521161023410025
Binary10101101100101001101010101001110100001011100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563213; }

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

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

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

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

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

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

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

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