#5A473F

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

Shades of Saddle #5A473F

Tints of Saddle #5A473F

Color information

#5A473F (or 0x5A473F) is unknown color: approx Saddle. HEX triplet: 5A, 47 and 3F. RGB value is (90,71,63). Sum of RGB (Red+Green+Blue) = 90+71+63=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A473F is #A5B8C0. Grayscale: #4B4B4B. Windows color (decimal): -10860737 or 4147034. OLE color: 4147034.

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

Color convert

RGB907163-
CMYK00.210.300.65
HSL17.78º17.65%30%-
HSV(B)17.78º30%35.29%-
XYZ7.377.045.67-
YUV75.77120.79138.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.18%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 63 (25% from 255) = 28.12%
R=40.18%
G=31.70%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90716300.210.300.6517.7817.6530
Hex5A473F0151E4112121e
Octal1321077702536101222236
Binary10110101000111111111010101111101000001100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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