#563C13

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

Shades of Baker's Chocolate #563C13

Tints of Baker's Chocolate #563C13

Color information

#563C13 (or 0x563C13) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3C and 13. RGB value is (86,60,19). Sum of RGB (Red+Green+Blue) = 86+60+19=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #563C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C13 is #A9C3EC. Grayscale: #3F3F3F. Windows color (decimal): -11125741 or 1260630. OLE color: 1260630.

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

Color convert

RGB866019-
CMYK00.300.780.66
HSL36.72º63.81%20.59%-
HSV(B)36.72º77.91%33.73%-
XYZ5.575.261.34-
YUV63.1103.11144.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=52.12%
G=36.36%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86601900.300.780.6636.7263.8120.59
Hex563C1301E4E42254015
Octal12674230361161024510025
Binary10101101111001001101111010011101000010100101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563C13; }

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

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

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

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

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

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

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

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