Shades of Camouflage #48472F
Tints of Camouflage #48472F
RGB
CMYK
RGB Variations
Color information
#48472F (or 0x48472F) is known color: Camouflage. HEX triplet: 48, 47 and 2F. RGB value is (72,71,47). Sum of RGB (Red+Green+Blue) = 72+71+47=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #48472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48472F is #B7B8D0. Grayscale: #444444. Windows color (decimal): -12040401 or 3098440. OLE color: 3098440.
HSL color Cylindrical-coordinate representation of color #48472F: hue angle of 57.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48472F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 47 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.72 |
| HSL | 57.6º | 0.21% | 0.23% | - |
| HSV(B) | 57.6º | 0.35% | 0.28% | - |
| XYZ | 5.44 | 6.09 | 3.58 | - |
| YUV | 68.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 47 | 0 | 0.01 | 0.35 | 0.72 | 57.6 | 0.21 | 0.23 |
| Hex | 48 | 47 | 2F | 0 | 1 | 23 | 48 | 3A | 15 | 17 |
| Octal | 110 | 107 | 57 | 0 | 1 | 43 | 110 | 72 | 25 | 27 |
| Binary | 1001000 | 1000111 | 101111 | 0 | 1 | 100011 | 1001000 | 111010 | 10101 | 10111 |
Color Harmonies of #48472F
Complementary color
Monochromatic Colors of #48472F
Black with #48472F
Text Example
Text Example
White with #48472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48472F; }
p { color: rgb(72,71,47); }
H1.HeaderClassName
{
color: #48472F;
}
.AnyTagClassName
{
color: #48472F;
}
</style>
background-color css
<style>
a { background-color: #48472F; }
a { background-color: rgb(72,71,47); }
div.DivClassName
{
background-color: #48472F;
}
.BgClassName
{
background-color: #48472F;
}
</style>
border-color css
<style>
span { border-color: #48472F; }
span { border-color: rgb(72,71,47); }
td.TdClassName
{
border-color: #48472F;
}
.TagClassName
{
border-color: #48472F;
}
</style>