#564944

Color #564944 Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #564944

Tints of Saddle #564944

Color information

#564944 (or 0x564944) is unknown color: approx Saddle. HEX triplet: 56, 49 and 44. RGB value is (86,73,68). Sum of RGB (Red+Green+Blue) = 86+73+68=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564944 is #A9B6BB. Grayscale: #4C4C4C. Windows color (decimal): -11122364 or 4475222. OLE color: 4475222.

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

Color convert

RGB867368-
CMYK00.150.210.66
HSL16.67º11.69%30.2%-
HSV(B)16.67º20.93%33.73%-
XYZ7.267.166.47-
YUV76.32123.31134.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=37.89%
G=32.16%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86736800.150.210.6616.6711.6930.2
Hex5649440F154211c1e
Octal12611110401725102211436
Binary1010110100100110001000111110101100001010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564944; }

 p { color: rgb(86,73,68); }

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

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

 a { background-color: rgb(86,73,68); }

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

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

 span { border-color: rgb(86,73,68); }

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