#563619

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

Shades of Baker's Chocolate #563619

Tints of Baker's Chocolate #563619

Color information

#563619 (or 0x563619) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 36 and 19. RGB value is (86,54,25). Sum of RGB (Red+Green+Blue) = 86+54+25=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #563619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563619 is #A9C9E6. Grayscale: #3C3C3C. Windows color (decimal): -11127271 or 1652310. OLE color: 1652310.

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

Color convert

RGB865425-
CMYK00.370.710.66
HSL28.52º54.95%21.76%-
HSV(B)28.52º70.93%33.73%-
XYZ5.334.691.54-
YUV60.26108.1146.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=52.12%
G=32.73%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86542500.370.710.6628.5254.9521.76
Hex56361902547421d3716
Octal1266631045107102356726
Binary1010110110110110010100101100011110000101110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563619; }

 p { color: rgb(86,54,25); }

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

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

 a { background-color: rgb(86,54,25); }

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

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

 span { border-color: rgb(86,54,25); }

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