#563313

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

Shades of Baker's Chocolate #563313

Tints of Baker's Chocolate #563313

Color information

#563313 (or 0x563313) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 13. RGB value is (86,51,19). Sum of RGB (Red+Green+Blue) = 86+51+19=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #563313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563313 is #A9CCEC. Grayscale: #393939. Windows color (decimal): -11128045 or 1258326. OLE color: 1258326.

HSL color Cylindrical-coordinate representation of color #563313: hue angle of 28.66º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #563313 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB865119-
CMYK00.410.780.66
HSL28.66º63.81%20.59%-
HSV(B)28.66º77.91%33.73%-
XYZ5.144.391.19-
YUV57.82106.1148.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=55.13%
G=32.69%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86511900.410.780.6628.6663.8120.59
Hex5633130294E421d4015
Octal12663230511161023510025
Binary10101101100111001101010011001110100001011101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563313; }

 p { color: rgb(86,51,19); }

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

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

 a { background-color: rgb(86,51,19); }

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

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

 span { border-color: rgb(86,51,19); }

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