#563813

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

Shades of Baker's Chocolate #563813

Tints of Baker's Chocolate #563813

Color information

#563813 (or 0x563813) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 13. RGB value is (86,56,19). Sum of RGB (Red+Green+Blue) = 86+56+19=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #563813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563813 is #A9C7EC. Grayscale: #3C3C3C. Windows color (decimal): -11126765 or 1259606. OLE color: 1259606.

HSL color Cylindrical-coordinate representation of color #563813: hue angle of 33.13º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #563813 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB865619-
CMYK00.350.780.66
HSL33.13º63.81%20.59%-
HSV(B)33.13º77.91%33.73%-
XYZ5.374.851.27-
YUV60.75104.44146.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=53.42%
G=34.78%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86561900.350.780.6633.1363.8120.59
Hex5638130234E42214015
Octal12670230431161024110025
Binary101011011100010011010001110011101000010100001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563813; }

 p { color: rgb(86,56,19); }

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

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

 a { background-color: rgb(86,56,19); }

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

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

 span { border-color: rgb(86,56,19); }

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