#563214

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

Shades of Baker's Chocolate #563214

Tints of Baker's Chocolate #563214

Color information

#563214 (or 0x563214) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 32 and 14. RGB value is (86,50,20). Sum of RGB (Red+Green+Blue) = 86+50+20=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #563214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563214 is #A9CDEB. Grayscale: #393939. Windows color (decimal): -11128300 or 1323606. OLE color: 1323606.

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

Color convert

RGB865020-
CMYK00.420.770.66
HSL27.27º62.26%20.78%-
HSV(B)27.27º76.74%33.73%-
XYZ5.14.311.22-
YUV57.34106.93148.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=55.13%
G=32.05%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86502000.420.770.6627.2762.2620.78
Hex56321402A4D421b3e15
Octal1266224052115102337625
Binary1010110110010101000101010100110110000101101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563214; }

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

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

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

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

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

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

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

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