#563218

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

Shades of Baker's Chocolate #563218

Tints of Baker's Chocolate #563218

Color information

#563218 (or 0x563218) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 32 and 18. RGB value is (86,50,24). Sum of RGB (Red+Green+Blue) = 86+50+24=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #563218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563218 is #A9CDE7. Grayscale: #393939. Windows color (decimal): -11128296 or 1585750. OLE color: 1585750.

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

Color convert

RGB865024-
CMYK00.420.720.66
HSL25.16º56.36%21.57%-
HSV(B)25.16º72.09%33.73%-
XYZ5.144.331.43-
YUV57.8108.93148.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 24 (9.77% from 255) = 15%
R=53.75%
G=31.25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86502400.420.720.6625.1656.3621.57
Hex56321802A4842193816
Octal1266230052110102317026
Binary1010110110010110000101010100100010000101100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563218; }

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

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

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

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

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

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

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

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