Shades of Camouflage #504F2E
Tints of Camouflage #504F2E
RGB
CMYK
RGB Variations
Color information
#504F2E (or 0x504F2E) is known color: Camouflage. HEX triplet: 50, 4F and 2E. RGB value is (80,79,46). Sum of RGB (Red+Green+Blue) = 80+79+46=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #504F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F2E is #AFB0D1. Grayscale: #4B4B4B. Windows color (decimal): -11514066 or 3034960. OLE color: 3034960.
HSL color Cylindrical-coordinate representation of color #504F2E: hue angle of 58.24º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504F2E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 46 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.69 |
| HSL | 58.24º | 0.27% | 0.25% | - |
| HSV(B) | 58.24º | 0.43% | 0.31% | - |
| XYZ | 6.6 | 7.49 | 3.68 | - |
| YUV | 75.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 46 | 0 | 0.01 | 0.42 | 0.69 | 58.24 | 0.27 | 0.25 |
| Hex | 50 | 4F | 2E | 0 | 1 | 2A | 45 | 3A | 1B | 19 |
| Octal | 120 | 117 | 56 | 0 | 1 | 52 | 105 | 72 | 33 | 31 |
| Binary | 1010000 | 1001111 | 101110 | 0 | 1 | 101010 | 1000101 | 111010 | 11011 | 11001 |
Color Harmonies of #504F2E
Complementary color
Monochromatic Colors of #504F2E
Black with #504F2E
Text Example
Text Example
White with #504F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F2E; }
p { color: rgb(80,79,46); }
H1.HeaderClassName
{
color: #504F2E;
}
.AnyTagClassName
{
color: #504F2E;
}
</style>
background-color css
<style>
a { background-color: #504F2E; }
a { background-color: rgb(80,79,46); }
div.DivClassName
{
background-color: #504F2E;
}
.BgClassName
{
background-color: #504F2E;
}
</style>
border-color css
<style>
span { border-color: #504F2E; }
span { border-color: rgb(80,79,46); }
td.TdClassName
{
border-color: #504F2E;
}
.TagClassName
{
border-color: #504F2E;
}
</style>