#564844

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

Shades of Saddle #564844

Tints of Saddle #564844

Color information

#564844 (or 0x564844) is unknown color: approx Saddle. HEX triplet: 56, 48 and 44. RGB value is (86,72,68). Sum of RGB (Red+Green+Blue) = 86+72+68=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564844 is #A9B7BB. Grayscale: #4B4B4B. Windows color (decimal): -11122620 or 4474966. OLE color: 4474966.

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

Color convert

RGB867268-
CMYK00.160.210.66
HSL13.33º11.69%30.2%-
HSV(B)13.33º20.93%33.73%-
XYZ7.27.036.45-
YUV75.73123.64135.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=38.05%
G=31.86%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86726800.160.210.6613.3311.6930.2
Hex5648440101542dc1e
Octal12611010402025102151436
Binary1010110100100010001000100001010110000101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564844; }

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

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

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

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

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

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

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

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