#563B14

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

Shades of Baker's Chocolate #563B14

Tints of Baker's Chocolate #563B14

Color information

#563B14 (or 0x563B14) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3B and 14. RGB value is (86,59,20). Sum of RGB (Red+Green+Blue) = 86+59+20=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #563B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563B14 is #A9C4EB. Grayscale: #3E3E3E. Windows color (decimal): -11125996 or 1325910. OLE color: 1325910.

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

Color convert

RGB865920-
CMYK00.310.770.66
HSL35.45º62.26%20.78%-
HSV(B)35.45º76.74%33.73%-
XYZ5.535.161.37-
YUV62.63103.95144.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=52.12%
G=35.76%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86592000.310.770.6635.4562.2620.78
Hex563B1401F4D42233e15
Octal1267324037115102437625
Binary1010110111011101000111111001101100001010001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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