Shades of Camouflage #504F37
Tints of Camouflage #504F37
RGB
CMYK
RGB Variations
Color information
#504F37 (or 0x504F37) is known color: Camouflage. HEX triplet: 50, 4F and 37. RGB value is (80,79,55). Sum of RGB (Red+Green+Blue) = 80+79+55=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #504F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F37 is #AFB0C8. Grayscale: #4C4C4C. Windows color (decimal): -11514057 or 3624784. OLE color: 3624784.
HSL color Cylindrical-coordinate representation of color #504F37: hue angle of 57.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504F37 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 55 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.69 |
| HSL | 57.6º | 0.19% | 0.26% | - |
| HSV(B) | 57.6º | 0.31% | 0.31% | - |
| XYZ | 6.79 | 7.57 | 4.72 | - |
| YUV | 76.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 55 | 0 | 0.01 | 0.31 | 0.69 | 57.6 | 0.19 | 0.26 |
| Hex | 50 | 4F | 37 | 0 | 1 | 1F | 45 | 3A | 13 | 1A |
| Octal | 120 | 117 | 67 | 0 | 1 | 37 | 105 | 72 | 23 | 32 |
| Binary | 1010000 | 1001111 | 110111 | 0 | 1 | 11111 | 1000101 | 111010 | 10011 | 11010 |
Color Harmonies of #504F37
Complementary color
Monochromatic Colors of #504F37
Black with #504F37
Text Example
Text Example
White with #504F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F37; }
p { color: rgb(80,79,55); }
H1.HeaderClassName
{
color: #504F37;
}
.AnyTagClassName
{
color: #504F37;
}
</style>
background-color css
<style>
a { background-color: #504F37; }
a { background-color: rgb(80,79,55); }
div.DivClassName
{
background-color: #504F37;
}
.BgClassName
{
background-color: #504F37;
}
</style>
border-color css
<style>
span { border-color: #504F37; }
span { border-color: rgb(80,79,55); }
td.TdClassName
{
border-color: #504F37;
}
.TagClassName
{
border-color: #504F37;
}
</style>