#504746

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

Shades of Woody Brown #504746

Tints of Woody Brown #504746

Color information

#504746 (or 0x504746) is unknown color: approx Woody Brown. HEX triplet: 50, 47 and 46. RGB value is (80,71,70). Sum of RGB (Red+Green+Blue) = 80+71+70=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504746 is #AFB8B9. Grayscale: #494949. Windows color (decimal): -11516090 or 4605776. OLE color: 4605776.

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

Color convert

RGB807170-
CMYK00.110.120.69
HSL6.67%29.41%-
HSV(B)12.5%31.37%-
XYZ6.676.656.73-
YUV73.58125.98132.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=36.20%
G=32.13%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80717000.110.120.6966.6729.41
Hex5047460BC45671d
Octal120107106013141056735
Binary101000010001111000110010111100100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504746; }

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

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

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

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

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

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

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

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