#504242

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

Shades of Woody Brown #504242

Tints of Woody Brown #504242

Color information

#504242 (or 0x504242) is unknown color: approx Woody Brown. HEX triplet: 50, 42 and 42. RGB value is (80,66,66). Sum of RGB (Red+Green+Blue) = 80+66+66=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #504242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504242 is #AFBDBD. Grayscale: #464646. Windows color (decimal): -11517374 or 4342352. OLE color: 4342352.

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

Color convert

RGB806666-
CMYK00.170.170.69
HSL9.59%28.63%-
HSV(B)17.5%31.37%-
XYZ6.2465.98-
YUV70.19125.64135-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=37.74%
G=31.13%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80666600.170.170.6909.5928.63
Hex50424201111450a1d
Octal1201021020212110501235
Binary1010000100001010000100100011000110001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504242; }

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

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

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

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

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

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

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

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