#563713

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

Shades of Baker's Chocolate #563713

Tints of Baker's Chocolate #563713

Color information

#563713 (or 0x563713) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 13. RGB value is (86,55,19). Sum of RGB (Red+Green+Blue) = 86+55+19=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #563713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563713 is #A9C8EC. Grayscale: #3C3C3C. Windows color (decimal): -11127021 or 1259350. OLE color: 1259350.

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

Color convert

RGB865519-
CMYK00.360.780.66
HSL32.24º63.81%20.59%-
HSV(B)32.24º77.91%33.73%-
XYZ5.324.761.25-
YUV60.16104.77146.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=53.75%
G=34.38%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86551900.360.780.6632.2463.8120.59
Hex5637130244E42204015
Octal12667230441161024010025
Binary101011011011110011010010010011101000010100000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563713; }

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

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

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

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

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

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

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

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