#563818

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

Shades of Baker's Chocolate #563818

Tints of Baker's Chocolate #563818

Color information

#563818 (or 0x563818) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 18. RGB value is (86,56,24). Sum of RGB (Red+Green+Blue) = 86+56+24=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563818 is #A9C7E7. Grayscale: #3D3D3D. Windows color (decimal): -11126760 or 1587286. OLE color: 1587286.

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

Color convert

RGB865624-
CMYK00.350.720.66
HSL30.97º56.36%21.57%-
HSV(B)30.97º72.09%33.73%-
XYZ5.424.871.52-
YUV61.32106.94145.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=51.81%
G=33.73%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86562400.350.720.6630.9756.3621.57
Hex56381802348421f3816
Octal1267030043110102377026
Binary1010110111000110000100011100100010000101111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563818; }

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

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

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

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

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

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

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

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