#5A4841

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

Shades of Saddle #5A4841

Tints of Saddle #5A4841

Color information

#5A4841 (or 0x5A4841) is unknown color: approx Saddle. HEX triplet: 5A, 48 and 41. RGB value is (90,72,65). Sum of RGB (Red+Green+Blue) = 90+72+65=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4841 is #A5B7BE. Grayscale: #4C4C4C. Windows color (decimal): -10860479 or 4278362. OLE color: 4278362.

HSL color Cylindrical-coordinate representation of color #5A4841: hue angle of 16.8º 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 #5A4841 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB907265-
CMYK00.200.280.65
HSL16.8º16.13%30.39%-
HSV(B)16.8º27.78%35.29%-
XYZ7.497.195.99-
YUV76.58121.46137.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.65%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=39.65%
G=31.72%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90726500.200.280.6516.816.1330.39
Hex5A48410141C4111101e
Octal13211010102434101212036
Binary101101010010001000001010100111001000001100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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