Shades of Camouflage #484639
Tints of Camouflage #484639
RGB
CMYK
RGB Variations
Color information
#484639 (or 0x484639) is known color: Camouflage. HEX triplet: 48, 46 and 39. RGB value is (72,70,57). Sum of RGB (Red+Green+Blue) = 72+70+57=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #484639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484639 is #B7B9C6. Grayscale: #454545. Windows color (decimal): -12040647 or 3753544. OLE color: 3753544.
HSL color Cylindrical-coordinate representation of color #484639: hue angle of 52º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484639 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 57 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.72 |
| HSL | 52º | 0.12% | 0.25% | - |
| HSV(B) | 52º | 0.21% | 0.28% | - |
| XYZ | 5.6 | 6.05 | 4.74 | - |
| YUV | 69.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 57 | 0 | 0.03 | 0.21 | 0.72 | 52 | 0.12 | 0.25 |
| Hex | 48 | 46 | 39 | 0 | 3 | 15 | 48 | 34 | C | 19 |
| Octal | 110 | 106 | 71 | 0 | 3 | 25 | 110 | 64 | 14 | 31 |
| Binary | 1001000 | 1000110 | 111001 | 0 | 11 | 10101 | 1001000 | 110100 | 1100 | 11001 |
Color Harmonies of #484639
Complementary color
Monochromatic Colors of #484639
Black with #484639
Text Example
Text Example
White with #484639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484639; }
p { color: rgb(72,70,57); }
H1.HeaderClassName
{
color: #484639;
}
.AnyTagClassName
{
color: #484639;
}
</style>
background-color css
<style>
a { background-color: #484639; }
a { background-color: rgb(72,70,57); }
div.DivClassName
{
background-color: #484639;
}
.BgClassName
{
background-color: #484639;
}
</style>
border-color css
<style>
span { border-color: #484639; }
span { border-color: rgb(72,70,57); }
td.TdClassName
{
border-color: #484639;
}
.TagClassName
{
border-color: #484639;
}
</style>