#4F4A48

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

Shades of Saddle #4F4A48

Tints of Saddle #4F4A48

Color information

#4F4A48 (or 0x4F4A48) is unknown color: approx Saddle. HEX triplet: 4F, 4A and 48. RGB value is (79,74,72). Sum of RGB (Red+Green+Blue) = 79+74+72=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A48 is #B0B5B7. Grayscale: #4B4B4B. Windows color (decimal): -11580856 or 4737615. OLE color: 4737615.

HSL color Cylindrical-coordinate representation of color #4F4A48: hue angle of 17.14º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4F4A48 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB797472-
CMYK00.060.090.69
HSL17.14º4.64%29.61%-
HSV(B)17.14º8.86%30.98%-
XYZ6.847.037.13-
YUV75.27126.16130.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 72 (28.52% from 255) = 32%
R=35.11%
G=32.89%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79747200.060.090.6917.144.6429.61
Hex4F4A48069451151e
Octal117112110061110521536
Binary1001111100101010010000110100110001011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4A48; }

 p { color: rgb(79,74,72); }

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

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

 a { background-color: rgb(79,74,72); }

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

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

 span { border-color: rgb(79,74,72); }

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