#563914

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

Shades of Baker's Chocolate #563914

Tints of Baker's Chocolate #563914

Color information

#563914 (or 0x563914) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 39 and 14. RGB value is (86,57,20). Sum of RGB (Red+Green+Blue) = 86+57+20=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563914 is #A9C6EB. Grayscale: #3D3D3D. Windows color (decimal): -11126508 or 1325398. OLE color: 1325398.

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

Color convert

RGB865720-
CMYK00.340.770.66
HSL33.64º62.26%20.78%-
HSV(B)33.64º76.74%33.73%-
XYZ5.434.961.33-
YUV61.45104.61145.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=52.76%
G=34.97%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86572000.340.770.6633.6462.2620.78
Hex5639140224D42223e15
Octal1267124042115102427625
Binary10101101110011010001000101001101100001010001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563914; }

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

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

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

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

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

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

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

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