#5A4F48

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

Shades of Saddle #5A4F48

Tints of Saddle #5A4F48

Color information

#5A4F48 (or 0x5A4F48) is unknown color: approx Saddle. HEX triplet: 5A, 4F and 48. RGB value is (90,79,72). Sum of RGB (Red+Green+Blue) = 90+79+72=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4F48 is #A5B0B7. Grayscale: #515151. Windows color (decimal): -10858680 or 4738906. OLE color: 4738906.

HSL color Cylindrical-coordinate representation of color #5A4F48: hue angle of 23.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A4F48 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB907972-
CMYK00.120.200.65
HSL23.33º11.11%31.76%-
HSV(B)23.33º20%35.29%-
XYZ8.188.237.29-
YUV81.49122.64134.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.34%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=37.34%
G=32.78%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90797200.120.200.6523.3311.1131.76
Hex5A4F480C144117b20
Octal13211711001424101271340
Binary10110101001111100100001100101001000001101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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