Shades of Camouflage #484729
Tints of Camouflage #484729
RGB
CMYK
RGB Variations
Color information
#484729 (or 0x484729) is known color: Camouflage. HEX triplet: 48, 47 and 29. RGB value is (72,71,41). Sum of RGB (Red+Green+Blue) = 72+71+41=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #484729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484729 is #B7B8D6. Grayscale: #444444. Windows color (decimal): -12040407 or 2705224. OLE color: 2705224.
HSL color Cylindrical-coordinate representation of color #484729: hue angle of 58.06º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484729 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 41 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.72 |
| HSL | 58.06º | 0.27% | 0.22% | - |
| HSV(B) | 58.06º | 0.43% | 0.28% | - |
| XYZ | 5.33 | 6.04 | 2.98 | - |
| YUV | 67.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 41 | 0 | 0.01 | 0.43 | 0.72 | 58.06 | 0.27 | 0.22 |
| Hex | 48 | 47 | 29 | 0 | 1 | 2B | 48 | 3A | 1B | 16 |
| Octal | 110 | 107 | 51 | 0 | 1 | 53 | 110 | 72 | 33 | 26 |
| Binary | 1001000 | 1000111 | 101001 | 0 | 1 | 101011 | 1001000 | 111010 | 11011 | 10110 |
Color Harmonies of #484729
Complementary color
Monochromatic Colors of #484729
Black with #484729
Text Example
Text Example
White with #484729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484729; }
p { color: rgb(72,71,41); }
H1.HeaderClassName
{
color: #484729;
}
.AnyTagClassName
{
color: #484729;
}
</style>
background-color css
<style>
a { background-color: #484729; }
a { background-color: rgb(72,71,41); }
div.DivClassName
{
background-color: #484729;
}
.BgClassName
{
background-color: #484729;
}
</style>
border-color css
<style>
span { border-color: #484729; }
span { border-color: rgb(72,71,41); }
td.TdClassName
{
border-color: #484729;
}
.TagClassName
{
border-color: #484729;
}
</style>