#564A44

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

Shades of Saddle #564A44

Tints of Saddle #564A44

Color information

#564A44 (or 0x564A44) is unknown color: approx Saddle. HEX triplet: 56, 4A and 44. RGB value is (86,74,68). Sum of RGB (Red+Green+Blue) = 86+74+68=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A44 is #A9B5BB. Grayscale: #4C4C4C. Windows color (decimal): -11122108 or 4475478. OLE color: 4475478.

HSL color Cylindrical-coordinate representation of color #564A44: hue angle of 20º 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 #564A44 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB867468-
CMYK00.140.210.66
HSL20º11.69%30.2%-
HSV(B)20º20.93%33.73%-
XYZ7.337.296.49-
YUV76.9122.98134.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=37.72%
G=32.46%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86746800.140.210.662011.6930.2
Hex564A440E154214c1e
Octal12611210401625102241436
Binary1010110100101010001000111010101100001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A44; }

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

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

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

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

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

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

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

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