Shades of Camouflage #48473A
Tints of Camouflage #48473A
RGB
CMYK
RGB Variations
Color information
#48473A (or 0x48473A) is known color: Camouflage. HEX triplet: 48, 47 and 3A. RGB value is (72,71,58). Sum of RGB (Red+Green+Blue) = 72+71+58=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48473A is #B7B8C5. Grayscale: #454545. Windows color (decimal): -12040390 or 3819336. OLE color: 3819336.
HSL color Cylindrical-coordinate representation of color #48473A: hue angle of 55.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48473A is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 58 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.72 |
| HSL | 55.71º | 0.11% | 0.25% | - |
| HSV(B) | 55.71º | 0.19% | 0.28% | - |
| XYZ | 5.69 | 6.19 | 4.9 | - |
| YUV | 69.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 58 | 0 | 0.01 | 0.19 | 0.72 | 55.71 | 0.11 | 0.25 |
| Hex | 48 | 47 | 3A | 0 | 1 | 13 | 48 | 38 | B | 19 |
| Octal | 110 | 107 | 72 | 0 | 1 | 23 | 110 | 70 | 13 | 31 |
| Binary | 1001000 | 1000111 | 111010 | 0 | 1 | 10011 | 1001000 | 111000 | 1011 | 11001 |
Color Harmonies of #48473A
Complementary color
Monochromatic Colors of #48473A
Black with #48473A
Text Example
Text Example
White with #48473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48473A; }
p { color: rgb(72,71,58); }
H1.HeaderClassName
{
color: #48473A;
}
.AnyTagClassName
{
color: #48473A;
}
</style>
background-color css
<style>
a { background-color: #48473A; }
a { background-color: rgb(72,71,58); }
div.DivClassName
{
background-color: #48473A;
}
.BgClassName
{
background-color: #48473A;
}
</style>
border-color css
<style>
span { border-color: #48473A; }
span { border-color: rgb(72,71,58); }
td.TdClassName
{
border-color: #48473A;
}
.TagClassName
{
border-color: #48473A;
}
</style>