#563014

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

Shades of Baker's Chocolate #563014

Tints of Baker's Chocolate #563014

Color information

#563014 (or 0x563014) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 30 and 14. RGB value is (86,48,20). Sum of RGB (Red+Green+Blue) = 86+48+20=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #563014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563014 is #A9CFEB. Grayscale: #383838. Windows color (decimal): -11128812 or 1323094. OLE color: 1323094.

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

Color convert

RGB864820-
CMYK00.440.770.66
HSL25.45º62.26%20.78%-
HSV(B)25.45º76.74%33.73%-
XYZ5.024.141.2-
YUV56.17107.59149.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=55.84%
G=31.17%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86482000.440.770.6625.4562.2620.78
Hex56301402C4D42193e15
Octal1266024054115102317625
Binary1010110110000101000101100100110110000101100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563014; }

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

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

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

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

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

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

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

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