#563018

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

Shades of Baker's Chocolate #563018

Tints of Baker's Chocolate #563018

Color information

#563018 (or 0x563018) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 30 and 18. RGB value is (86,48,24). Sum of RGB (Red+Green+Blue) = 86+48+24=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #563018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563018 is #A9CFE7. Grayscale: #383838. Windows color (decimal): -11128808 or 1585238. OLE color: 1585238.

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

Color convert

RGB864824-
CMYK00.440.720.66
HSL23.23º56.36%21.57%-
HSV(B)23.23º72.09%33.73%-
XYZ5.064.161.4-
YUV56.63109.59148.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 24 (9.77% from 255) = 15.19%
R=54.43%
G=30.38%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86482400.440.720.6623.2356.3621.57
Hex56301802C4842173816
Octal1266030054110102277026
Binary1010110110000110000101100100100010000101011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563018; }

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

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

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

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

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

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

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

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