#563418

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

Shades of Baker's Chocolate #563418

Tints of Baker's Chocolate #563418

Color information

#563418 (or 0x563418) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 34 and 18. RGB value is (86,52,24). Sum of RGB (Red+Green+Blue) = 86+52+24=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #563418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563418 is #A9CBE7. Grayscale: #3B3B3B. Windows color (decimal): -11127784 or 1586262. OLE color: 1586262.

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

Color convert

RGB865224-
CMYK00.400.720.66
HSL27.1º56.36%21.57%-
HSV(B)27.1º72.09%33.73%-
XYZ5.234.51.46-
YUV58.97108.26147.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=53.09%
G=32.10%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86522400.400.720.6627.156.3621.57
Hex56341802848421b3816
Octal1266430050110102337026
Binary1010110110100110000101000100100010000101101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563418; }

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

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

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

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

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

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

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

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