Shades of Camouflage #48473B
Tints of Camouflage #48473B
RGB
CMYK
RGB Variations
Color information
#48473B (or 0x48473B) is known color: Camouflage. HEX triplet: 48, 47 and 3B. RGB value is (72,71,59). Sum of RGB (Red+Green+Blue) = 72+71+59=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #48473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473B is #B7B8C4. Grayscale: #454545. Windows color (decimal): -12040389 or 3884872. OLE color: 3884872.
HSL color Cylindrical-coordinate representation of color #48473B: hue angle of 55.38º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48473B is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 59 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.72 |
| HSL | 55.38º | 0.1% | 0.26% | - |
| HSV(B) | 55.38º | 0.18% | 0.28% | - |
| XYZ | 5.72 | 6.2 | 5.03 | - |
| YUV | 69.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 59 | 0 | 0.01 | 0.18 | 0.72 | 55.38 | 0.1 | 0.26 |
| Hex | 48 | 47 | 3B | 0 | 1 | 12 | 48 | 37 | A | 1A |
| Octal | 110 | 107 | 73 | 0 | 1 | 22 | 110 | 67 | 12 | 32 |
| Binary | 1001000 | 1000111 | 111011 | 0 | 1 | 10010 | 1001000 | 110111 | 1010 | 11010 |
Color Harmonies of #48473B
Complementary color
Monochromatic Colors of #48473B
Black with #48473B
Text Example
Text Example
White with #48473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48473B; }
p { color: rgb(72,71,59); }
H1.HeaderClassName
{
color: #48473B;
}
.AnyTagClassName
{
color: #48473B;
}
</style>
background-color css
<style>
a { background-color: #48473B; }
a { background-color: rgb(72,71,59); }
div.DivClassName
{
background-color: #48473B;
}
.BgClassName
{
background-color: #48473B;
}
</style>
border-color css
<style>
span { border-color: #48473B; }
span { border-color: rgb(72,71,59); }
td.TdClassName
{
border-color: #48473B;
}
.TagClassName
{
border-color: #48473B;
}
</style>