Shades of Camouflage #504E31
Tints of Camouflage #504E31
RGB
CMYK
RGB Variations
Color information
#504E31 (or 0x504E31) is known color: Camouflage. HEX triplet: 50, 4E and 31. RGB value is (80,78,49). Sum of RGB (Red+Green+Blue) = 80+78+49=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #504E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E31 is #AFB1CE. Grayscale: #4B4B4B. Windows color (decimal): -11514319 or 3231312. OLE color: 3231312.
HSL color Cylindrical-coordinate representation of color #504E31: hue angle of 56.13º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504E31 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 49 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.69 |
| HSL | 56.13º | 0.24% | 0.25% | - |
| HSV(B) | 56.13º | 0.39% | 0.31% | - |
| XYZ | 6.59 | 7.38 | 3.98 | - |
| YUV | 75.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 49 | 0 | 0.02 | 0.39 | 0.69 | 56.13 | 0.24 | 0.25 |
| Hex | 50 | 4E | 31 | 0 | 2 | 27 | 45 | 38 | 18 | 19 |
| Octal | 120 | 116 | 61 | 0 | 2 | 47 | 105 | 70 | 30 | 31 |
| Binary | 1010000 | 1001110 | 110001 | 0 | 10 | 100111 | 1000101 | 111000 | 11000 | 11001 |
Color Harmonies of #504E31
Complementary color
Monochromatic Colors of #504E31
Black with #504E31
Text Example
Text Example
White with #504E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E31; }
p { color: rgb(80,78,49); }
H1.HeaderClassName
{
color: #504E31;
}
.AnyTagClassName
{
color: #504E31;
}
</style>
background-color css
<style>
a { background-color: #504E31; }
a { background-color: rgb(80,78,49); }
div.DivClassName
{
background-color: #504E31;
}
.BgClassName
{
background-color: #504E31;
}
</style>
border-color css
<style>
span { border-color: #504E31; }
span { border-color: rgb(80,78,49); }
td.TdClassName
{
border-color: #504E31;
}
.TagClassName
{
border-color: #504E31;
}
</style>