#504947

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

Shades of Saddle #504947

Tints of Saddle #504947

Color information

#504947 (or 0x504947) is unknown color: approx Saddle. HEX triplet: 50, 49 and 47. RGB value is (80,73,71). Sum of RGB (Red+Green+Blue) = 80+73+71=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504947 is #AFB6B8. Grayscale: #4A4A4A. Windows color (decimal): -11515577 or 4671824. OLE color: 4671824.

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

Color convert

RGB807371-
CMYK00.090.110.69
HSL13.33º5.96%29.61%-
HSV(B)13.33º11.25%31.37%-
XYZ6.836.936.94-
YUV74.86125.82131.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=35.71%
G=32.59%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80737100.090.110.6913.335.9629.61
Hex50494709B45d61e
Octal1201111070111310515636
Binary1010000100100110001110100110111000101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504947; }

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

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

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

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

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

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

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

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