Shades of Camouflage #47462F
Tints of Camouflage #47462F
RGB
CMYK
RGB Variations
Color information
#47462F (or 0x47462F) is known color: Camouflage. HEX triplet: 47, 46 and 2F. RGB value is (71,70,47). Sum of RGB (Red+Green+Blue) = 71+70+47=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47462F is #B8B9D0. Grayscale: #434343. Windows color (decimal): -12106193 or 3098183. OLE color: 3098183.
HSL color Cylindrical-coordinate representation of color #47462F: hue angle of 57.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47462F is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 47 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.72 |
| HSL | 57.5º | 0.2% | 0.23% | - |
| HSV(B) | 57.5º | 0.34% | 0.28% | - |
| XYZ | 5.3 | 5.93 | 3.55 | - |
| YUV | 67.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 47 | 0 | 0.01 | 0.34 | 0.72 | 57.5 | 0.2 | 0.23 |
| Hex | 47 | 46 | 2F | 0 | 1 | 22 | 48 | 3A | 14 | 17 |
| Octal | 107 | 106 | 57 | 0 | 1 | 42 | 110 | 72 | 24 | 27 |
| Binary | 1000111 | 1000110 | 101111 | 0 | 1 | 100010 | 1001000 | 111010 | 10100 | 10111 |
Color Harmonies of #47462F
Complementary color
Monochromatic Colors of #47462F
Black with #47462F
Text Example
Text Example
White with #47462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47462F; }
p { color: rgb(71,70,47); }
H1.HeaderClassName
{
color: #47462F;
}
.AnyTagClassName
{
color: #47462F;
}
</style>
background-color css
<style>
a { background-color: #47462F; }
a { background-color: rgb(71,70,47); }
div.DivClassName
{
background-color: #47462F;
}
.BgClassName
{
background-color: #47462F;
}
</style>
border-color css
<style>
span { border-color: #47462F; }
span { border-color: rgb(71,70,47); }
td.TdClassName
{
border-color: #47462F;
}
.TagClassName
{
border-color: #47462F;
}
</style>