Shades of Camouflage #504F30
Tints of Camouflage #504F30
RGB
CMYK
RGB Variations
Color information
#504F30 (or 0x504F30) is known color: Camouflage. HEX triplet: 50, 4F and 30. RGB value is (80,79,48). Sum of RGB (Red+Green+Blue) = 80+79+48=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #504F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F30 is #AFB0CF. Grayscale: #4B4B4B. Windows color (decimal): -11514064 or 3166032. OLE color: 3166032.
HSL color Cylindrical-coordinate representation of color #504F30: hue angle of 58.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504F30 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 48 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.69 |
| HSL | 58.13º | 0.25% | 0.25% | - |
| HSV(B) | 58.13º | 0.4% | 0.31% | - |
| XYZ | 6.64 | 7.51 | 3.9 | - |
| YUV | 75.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 48 | 0 | 0.01 | 0.40 | 0.69 | 58.13 | 0.25 | 0.25 |
| Hex | 50 | 4F | 30 | 0 | 1 | 28 | 45 | 3A | 19 | 19 |
| Octal | 120 | 117 | 60 | 0 | 1 | 50 | 105 | 72 | 31 | 31 |
| Binary | 1010000 | 1001111 | 110000 | 0 | 1 | 101000 | 1000101 | 111010 | 11001 | 11001 |
Color Harmonies of #504F30
Complementary color
Monochromatic Colors of #504F30
Black with #504F30
Text Example
Text Example
White with #504F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F30; }
p { color: rgb(80,79,48); }
H1.HeaderClassName
{
color: #504F30;
}
.AnyTagClassName
{
color: #504F30;
}
</style>
background-color css
<style>
a { background-color: #504F30; }
a { background-color: rgb(80,79,48); }
div.DivClassName
{
background-color: #504F30;
}
.BgClassName
{
background-color: #504F30;
}
</style>
border-color css
<style>
span { border-color: #504F30; }
span { border-color: rgb(80,79,48); }
td.TdClassName
{
border-color: #504F30;
}
.TagClassName
{
border-color: #504F30;
}
</style>