Shades of Camouflage #48472D
Tints of Camouflage #48472D
RGB
CMYK
RGB Variations
Color information
#48472D (or 0x48472D) is known color: Camouflage. HEX triplet: 48, 47 and 2D. RGB value is (72,71,45). Sum of RGB (Red+Green+Blue) = 72+71+45=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #48472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48472D is #B7B8D2. Grayscale: #444444. Windows color (decimal): -12040403 or 2967368. OLE color: 2967368.
HSL color Cylindrical-coordinate representation of color #48472D: hue angle of 57.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48472D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 45 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.72 |
| HSL | 57.78º | 0.23% | 0.23% | - |
| HSV(B) | 57.78º | 0.38% | 0.28% | - |
| XYZ | 5.4 | 6.07 | 3.37 | - |
| YUV | 68.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 45 | 0 | 0.01 | 0.38 | 0.72 | 57.78 | 0.23 | 0.23 |
| Hex | 48 | 47 | 2D | 0 | 1 | 26 | 48 | 3A | 17 | 17 |
| Octal | 110 | 107 | 55 | 0 | 1 | 46 | 110 | 72 | 27 | 27 |
| Binary | 1001000 | 1000111 | 101101 | 0 | 1 | 100110 | 1001000 | 111010 | 10111 | 10111 |
Color Harmonies of #48472D
Complementary color
Monochromatic Colors of #48472D
Black with #48472D
Text Example
Text Example
White with #48472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48472D; }
p { color: rgb(72,71,45); }
H1.HeaderClassName
{
color: #48472D;
}
.AnyTagClassName
{
color: #48472D;
}
</style>
background-color css
<style>
a { background-color: #48472D; }
a { background-color: rgb(72,71,45); }
div.DivClassName
{
background-color: #48472D;
}
.BgClassName
{
background-color: #48472D;
}
</style>
border-color css
<style>
span { border-color: #48472D; }
span { border-color: rgb(72,71,45); }
td.TdClassName
{
border-color: #48472D;
}
.TagClassName
{
border-color: #48472D;
}
</style>