Shades of Woody Brown #504242
Tints of Woody Brown #504242
RGB
CMYK
RGB Variations
Color information
#504242 (or 0x504242) is known color: 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.18%. 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
| RGB | 80 | 66 | 66 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.69 |
| HSL | 0º | 0.1% | 0.29% | - |
| HSV(B) | 0º | 0.18% | 0.31% | - |
| XYZ | 6.24 | 6 | 5.98 | - |
| YUV | 70.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 66 | 0 | 0.17 | 0.17 | 0.69 | 0 | 0.1 | 0.29 |
| Hex | 50 | 42 | 42 | 0 | 11 | 11 | 45 | 0 | A | 1D |
| Octal | 120 | 102 | 102 | 0 | 21 | 21 | 105 | 0 | 12 | 35 |
| Binary | 1010000 | 1000010 | 1000010 | 0 | 10001 | 10001 | 1000101 | 0 | 1010 | 11101 |
Color Harmonies of #504242
Complementary color
Monochromatic Colors of #504242
Black with #504242
Text Example
Text Example
White with #504242
Text Example
Text Example
HTML Codes & Css Web 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>