#564943

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

Shades of Saddle #564943

Tints of Saddle #564943

Color information

#564943 (or 0x564943) is unknown color: approx Saddle. HEX triplet: 56, 49 and 43. RGB value is (86,73,67). Sum of RGB (Red+Green+Blue) = 86+73+67=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564943 is #A9B6BC. Grayscale: #4C4C4C. Windows color (decimal): -11122365 or 4409686. OLE color: 4409686.

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

Color convert

RGB867367-
CMYK00.150.220.66
HSL18.95º12.42%30%-
HSV(B)18.95º22.09%33.73%-
XYZ7.237.156.31-
YUV76.2122.81134.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=38.05%
G=32.30%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86736700.150.220.6618.9512.4230
Hex5649430F164213c1e
Octal12611110301726102231436
Binary1010110100100110000110111110110100001010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564943; }

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

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

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

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

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

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

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

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