Shades of Camouflage #504F24
Tints of Camouflage #504F24
RGB
CMYK
RGB Variations
Color information
#504F24 (or 0x504F24) is known color: Camouflage. HEX triplet: 50, 4F and 24. RGB value is (80,79,36). Sum of RGB (Red+Green+Blue) = 80+79+36=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #504F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F24 is #AFB0DB. Grayscale: #4A4A4A. Windows color (decimal): -11514076 or 2379600. OLE color: 2379600.
HSL color Cylindrical-coordinate representation of color #504F24: hue angle of 58.64º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504F24 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 36 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.69 |
| HSL | 58.64º | 0.38% | 0.23% | - |
| HSV(B) | 58.64º | 0.55% | 0.31% | - |
| XYZ | 6.42 | 7.42 | 2.76 | - |
| YUV | 74.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 36 | 0 | 0.01 | 0.55 | 0.69 | 58.64 | 0.38 | 0.23 |
| Hex | 50 | 4F | 24 | 0 | 1 | 37 | 45 | 3B | 26 | 17 |
| Octal | 120 | 117 | 44 | 0 | 1 | 67 | 105 | 73 | 46 | 27 |
| Binary | 1010000 | 1001111 | 100100 | 0 | 1 | 110111 | 1000101 | 111011 | 100110 | 10111 |
Color Harmonies of #504F24
Complementary color
Monochromatic Colors of #504F24
Black with #504F24
Text Example
Text Example
White with #504F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F24; }
p { color: rgb(80,79,36); }
H1.HeaderClassName
{
color: #504F24;
}
.AnyTagClassName
{
color: #504F24;
}
</style>
background-color css
<style>
a { background-color: #504F24; }
a { background-color: rgb(80,79,36); }
div.DivClassName
{
background-color: #504F24;
}
.BgClassName
{
background-color: #504F24;
}
</style>
border-color css
<style>
span { border-color: #504F24; }
span { border-color: rgb(80,79,36); }
td.TdClassName
{
border-color: #504F24;
}
.TagClassName
{
border-color: #504F24;
}
</style>