Shades of Camouflage #504F25
Tints of Camouflage #504F25
RGB
CMYK
RGB Variations
Color information
#504F25 (or 0x504F25) is known color: Camouflage. HEX triplet: 50, 4F and 25. RGB value is (80,79,37). Sum of RGB (Red+Green+Blue) = 80+79+37=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #504F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F25 is #AFB0DA. Grayscale: #4A4A4A. Windows color (decimal): -11514075 or 2445136. OLE color: 2445136.
HSL color Cylindrical-coordinate representation of color #504F25: hue angle of 58.6º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #504F25 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 37 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.69 |
| HSL | 58.6º | 0.37% | 0.23% | - |
| HSV(B) | 58.6º | 0.54% | 0.31% | - |
| XYZ | 6.44 | 7.43 | 2.85 | - |
| YUV | 74.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 37 | 0 | 0.01 | 0.54 | 0.69 | 58.6 | 0.37 | 0.23 |
| Hex | 50 | 4F | 25 | 0 | 1 | 36 | 45 | 3B | 25 | 17 |
| Octal | 120 | 117 | 45 | 0 | 1 | 66 | 105 | 73 | 45 | 27 |
| Binary | 1010000 | 1001111 | 100101 | 0 | 1 | 110110 | 1000101 | 111011 | 100101 | 10111 |
Color Harmonies of #504F25
Complementary color
Monochromatic Colors of #504F25
Black with #504F25
Text Example
Text Example
White with #504F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F25; }
p { color: rgb(80,79,37); }
H1.HeaderClassName
{
color: #504F25;
}
.AnyTagClassName
{
color: #504F25;
}
</style>
background-color css
<style>
a { background-color: #504F25; }
a { background-color: rgb(80,79,37); }
div.DivClassName
{
background-color: #504F25;
}
.BgClassName
{
background-color: #504F25;
}
</style>
border-color css
<style>
span { border-color: #504F25; }
span { border-color: rgb(80,79,37); }
td.TdClassName
{
border-color: #504F25;
}
.TagClassName
{
border-color: #504F25;
}
</style>