#5F4F49

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

Shades of Saddle #5F4F49

Tints of Saddle #5F4F49

Color information

#5F4F49 (or 0x5F4F49) is unknown color: approx Saddle. HEX triplet: 5F, 4F and 49. RGB value is (95,79,73). Sum of RGB (Red+Green+Blue) = 95+79+73=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4F49 is #A0B0B6. Grayscale: #535353. Windows color (decimal): -10530999 or 4804447. OLE color: 4804447.

HSL color Cylindrical-coordinate representation of color #5F4F49: hue angle of 16.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F4F49 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB957973-
CMYK00.170.230.63
HSL16.36º13.1%32.94%-
HSV(B)16.36º23.16%37.25%-
XYZ8.728.517.49-
YUV83.1122.3136.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=38.46%
G=31.98%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95797300.170.230.6316.3613.132.94
Hex5F4F49011173F10d21
Octal1371171110212777201541
Binary10111111001111100100101000110111111111100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4F49; }

 p { color: rgb(95,79,73); }

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

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

 a { background-color: rgb(95,79,73); }

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

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

 span { border-color: rgb(95,79,73); }

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