Shades of Camouflage #48462D
Tints of Camouflage #48462D
RGB
CMYK
RGB Variations
Color information
#48462D (or 0x48462D) is known color: Camouflage. HEX triplet: 48, 46 and 2D. RGB value is (72,70,45). Sum of RGB (Red+Green+Blue) = 72+70+45=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48462D is #B7B9D2. Grayscale: #434343. Windows color (decimal): -12040659 or 2967112. OLE color: 2967112.
HSL color Cylindrical-coordinate representation of color #48462D: hue angle of 55.56º 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 #48462D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 45 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.72 |
| HSL | 55.56º | 0.23% | 0.23% | - |
| HSV(B) | 55.56º | 0.38% | 0.28% | - |
| XYZ | 5.34 | 5.95 | 3.35 | - |
| YUV | 67.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 45 | 0 | 0.03 | 0.38 | 0.72 | 55.56 | 0.23 | 0.23 |
| Hex | 48 | 46 | 2D | 0 | 3 | 26 | 48 | 38 | 17 | 17 |
| Octal | 110 | 106 | 55 | 0 | 3 | 46 | 110 | 70 | 27 | 27 |
| Binary | 1001000 | 1000110 | 101101 | 0 | 11 | 100110 | 1001000 | 111000 | 10111 | 10111 |
Color Harmonies of #48462D
Complementary color
Monochromatic Colors of #48462D
Black with #48462D
Text Example
Text Example
White with #48462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48462D; }
p { color: rgb(72,70,45); }
H1.HeaderClassName
{
color: #48462D;
}
.AnyTagClassName
{
color: #48462D;
}
</style>
background-color css
<style>
a { background-color: #48462D; }
a { background-color: rgb(72,70,45); }
div.DivClassName
{
background-color: #48462D;
}
.BgClassName
{
background-color: #48462D;
}
</style>
border-color css
<style>
span { border-color: #48462D; }
span { border-color: rgb(72,70,45); }
td.TdClassName
{
border-color: #48462D;
}
.TagClassName
{
border-color: #48462D;
}
</style>