#5F5049

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

Shades of Saddle #5F5049

Tints of Saddle #5F5049

Color information

#5F5049 (or 0x5F5049) is unknown color: approx Saddle. HEX triplet: 5F, 50 and 49. RGB value is (95,80,73). Sum of RGB (Red+Green+Blue) = 95+80+73=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5049 is #A0AFB6. Grayscale: #535353. Windows color (decimal): -10530743 or 4804703. OLE color: 4804703.

HSL color Cylindrical-coordinate representation of color #5F5049: hue angle of 19.09º 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 #5F5049 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB958073-
CMYK00.160.230.63
HSL19.09º13.1%32.94%-
HSV(B)19.09º23.16%37.25%-
XYZ8.798.657.51-
YUV83.69121.97136.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.31%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=38.31%
G=32.26%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95807300.160.230.6319.0913.132.94
Hex5F5049010173F13d21
Octal1371201110202777231541
Binary10111111010000100100101000010111111111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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