#563C14

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

Shades of Baker's Chocolate #563C14

Tints of Baker's Chocolate #563C14

Color information

#563C14 (or 0x563C14) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3C and 14. RGB value is (86,60,20). Sum of RGB (Red+Green+Blue) = 86+60+20=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C14 is #A9C3EB. Grayscale: #3F3F3F. Windows color (decimal): -11125740 or 1326166. OLE color: 1326166.

HSL color Cylindrical-coordinate representation of color #563C14: hue angle of 36.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #563C14 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB866020-
CMYK00.300.770.66
HSL36.36º62.26%20.78%-
HSV(B)36.36º76.74%33.73%-
XYZ5.585.261.38-
YUV63.21103.61144.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=51.81%
G=36.14%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86602000.300.770.6636.3662.2620.78
Hex563C1401E4D42243e15
Octal1267424036115102447625
Binary1010110111100101000111101001101100001010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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