#504946

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

Shades of Saddle #504946

Tints of Saddle #504946

Color information

#504946 (or 0x504946) is unknown color: approx Saddle. HEX triplet: 50, 49 and 46. RGB value is (80,73,70). Sum of RGB (Red+Green+Blue) = 80+73+70=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504946 is #AFB6B9. Grayscale: #4A4A4A. Windows color (decimal): -11515578 or 4606288. OLE color: 4606288.

HSL color Cylindrical-coordinate representation of color #504946: hue angle of 18º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504946 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB807370-
CMYK00.090.120.69
HSL18º6.67%29.41%-
HSV(B)18º12.5%31.37%-
XYZ6.86.916.77-
YUV74.75125.32131.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=35.87%
G=32.74%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80737000.090.120.69186.6729.41
Hex50494609C451271d
Octal1201111060111410522735
Binary10100001001001100011001001110010001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504946; }

 p { color: rgb(80,73,70); }

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

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

 a { background-color: rgb(80,73,70); }

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

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

 span { border-color: rgb(80,73,70); }

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