Shades of Camouflage #484728
Tints of Camouflage #484728
RGB
CMYK
RGB Variations
Color information
#484728 (or 0x484728) is known color: Camouflage. HEX triplet: 48, 47 and 28. RGB value is (72,71,40). Sum of RGB (Red+Green+Blue) = 72+71+40=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #484728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484728 is #B7B8D7. Grayscale: #434343. Windows color (decimal): -12040408 or 2639688. OLE color: 2639688.
HSL color Cylindrical-coordinate representation of color #484728: hue angle of 58.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484728 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 40 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.72 |
| HSL | 58.13º | 0.29% | 0.22% | - |
| HSV(B) | 58.13º | 0.44% | 0.28% | - |
| XYZ | 5.31 | 6.04 | 2.89 | - |
| YUV | 67.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 40 | 0 | 0.01 | 0.44 | 0.72 | 58.13 | 0.29 | 0.22 |
| Hex | 48 | 47 | 28 | 0 | 1 | 2C | 48 | 3A | 1D | 16 |
| Octal | 110 | 107 | 50 | 0 | 1 | 54 | 110 | 72 | 35 | 26 |
| Binary | 1001000 | 1000111 | 101000 | 0 | 1 | 101100 | 1001000 | 111010 | 11101 | 10110 |
Color Harmonies of #484728
Complementary color
Monochromatic Colors of #484728
Black with #484728
Text Example
Text Example
White with #484728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484728; }
p { color: rgb(72,71,40); }
H1.HeaderClassName
{
color: #484728;
}
.AnyTagClassName
{
color: #484728;
}
</style>
background-color css
<style>
a { background-color: #484728; }
a { background-color: rgb(72,71,40); }
div.DivClassName
{
background-color: #484728;
}
.BgClassName
{
background-color: #484728;
}
</style>
border-color css
<style>
span { border-color: #484728; }
span { border-color: rgb(72,71,40); }
td.TdClassName
{
border-color: #484728;
}
.TagClassName
{
border-color: #484728;
}
</style>