Shades of Camouflage #504C2F
Tints of Camouflage #504C2F
RGB
CMYK
RGB Variations
Color information
#504C2F (or 0x504C2F) is known color: Camouflage. HEX triplet: 50, 4C and 2F. RGB value is (80,76,47). Sum of RGB (Red+Green+Blue) = 80+76+47=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #504C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C2F is #AFB3D0. Grayscale: #4A4A4A. Windows color (decimal): -11514833 or 3099728. OLE color: 3099728.
HSL color Cylindrical-coordinate representation of color #504C2F: hue angle of 52.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #504C2F is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 47 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.69 |
| HSL | 52.73º | 0.26% | 0.25% | - |
| HSV(B) | 52.73º | 0.41% | 0.31% | - |
| XYZ | 6.41 | 7.08 | 3.72 | - |
| YUV | 73.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 47 | 0 | 0.05 | 0.41 | 0.69 | 52.73 | 0.26 | 0.25 |
| Hex | 50 | 4C | 2F | 0 | 5 | 29 | 45 | 35 | 1A | 19 |
| Octal | 120 | 114 | 57 | 0 | 5 | 51 | 105 | 65 | 32 | 31 |
| Binary | 1010000 | 1001100 | 101111 | 0 | 101 | 101001 | 1000101 | 110101 | 11010 | 11001 |
Color Harmonies of #504C2F
Complementary color
Monochromatic Colors of #504C2F
Black with #504C2F
Text Example
Text Example
White with #504C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C2F; }
p { color: rgb(80,76,47); }
H1.HeaderClassName
{
color: #504C2F;
}
.AnyTagClassName
{
color: #504C2F;
}
</style>
background-color css
<style>
a { background-color: #504C2F; }
a { background-color: rgb(80,76,47); }
div.DivClassName
{
background-color: #504C2F;
}
.BgClassName
{
background-color: #504C2F;
}
</style>
border-color css
<style>
span { border-color: #504C2F; }
span { border-color: rgb(80,76,47); }
td.TdClassName
{
border-color: #504C2F;
}
.TagClassName
{
border-color: #504C2F;
}
</style>