#504747

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

Shades of Woody Brown #504747

Tints of Woody Brown #504747

Color information

#504747 (or 0x504747) is unknown color: approx Woody Brown. HEX triplet: 50, 47 and 47. RGB value is (80,71,71). Sum of RGB (Red+Green+Blue) = 80+71+71=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504747 is #AFB8B8. Grayscale: #494949. Windows color (decimal): -11516089 or 4671312. OLE color: 4671312.

HSL color Cylindrical-coordinate representation of color #504747: hue angle of 0º 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 #504747 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB807171-
CMYK00.110.110.69
HSL5.96%29.61%-
HSV(B)11.25%31.37%-
XYZ6.76.676.9-
YUV73.69126.48132.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=36.04%
G=31.98%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717100.110.110.6905.9629.61
Hex5047470BB45061e
Octal120107107013131050636
Binary1010000100011110001110101110111000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504747; }

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

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

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

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

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

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

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

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