#5A4943

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

Shades of Saddle #5A4943

Tints of Saddle #5A4943

Color information

#5A4943 (or 0x5A4943) is unknown color: approx Saddle. HEX triplet: 5A, 49 and 43. RGB value is (90,73,67). Sum of RGB (Red+Green+Blue) = 90+73+67=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4943 is #A5B6BC. Grayscale: #4D4D4D. Windows color (decimal): -10860221 or 4409690. OLE color: 4409690.

HSL color Cylindrical-coordinate representation of color #5A4943: hue angle of 15.65º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A4943 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB907367-
CMYK00.190.260.65
HSL15.65º14.65%30.78%-
HSV(B)15.65º25.56%35.29%-
XYZ7.617.346.33-
YUV77.4122.13136.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.13%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=39.13%
G=31.74%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90736700.190.260.6515.6514.6530.78
Hex5A49430131A4110f1f
Octal13211110302332101201737
Binary10110101001001100001101001111010100000110000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,67); }

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

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

 a { background-color: rgb(90,73,67); }

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

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

 span { border-color: rgb(90,73,67); }

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