#5A4741

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

Shades of Saddle #5A4741

Tints of Saddle #5A4741

Color information

#5A4741 (or 0x5A4741) is unknown color: approx Saddle. HEX triplet: 5A, 47 and 41. RGB value is (90,71,65). Sum of RGB (Red+Green+Blue) = 90+71+65=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4741 is #A5B8BE. Grayscale: #4C4C4C. Windows color (decimal): -10860735 or 4278106. OLE color: 4278106.

HSL color Cylindrical-coordinate representation of color #5A4741: hue angle of 14.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4741 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB907165-
CMYK00.210.280.65
HSL14.4º16.13%30.39%-
HSV(B)14.4º27.78%35.29%-
XYZ7.427.065.97-
YUV76121.79137.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=39.82%
G=31.42%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90716500.210.280.6514.416.1330.39
Hex5A47410151C41e101e
Octal13210710102534101162036
Binary10110101000111100000101010111100100000111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,71,65); }

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

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

 a { background-color: rgb(90,71,65); }

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

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

 span { border-color: rgb(90,71,65); }

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