Shades of Camouflage #484735
Tints of Camouflage #484735
RGB
CMYK
RGB Variations
Color information
#484735 (or 0x484735) is known color: Camouflage. HEX triplet: 48, 47 and 35. RGB value is (72,71,53). Sum of RGB (Red+Green+Blue) = 72+71+53=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #484735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484735 is #B7B8CA. Grayscale: #454545. Windows color (decimal): -12040395 or 3491656. OLE color: 3491656.
HSL color Cylindrical-coordinate representation of color #484735: hue angle of 56.84º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #484735 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 53 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.72 |
| HSL | 56.84º | 0.15% | 0.25% | - |
| HSV(B) | 56.84º | 0.26% | 0.28% | - |
| XYZ | 5.57 | 6.14 | 4.26 | - |
| YUV | 69.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 53 | 0 | 0.01 | 0.26 | 0.72 | 56.84 | 0.15 | 0.25 |
| Hex | 48 | 47 | 35 | 0 | 1 | 1A | 48 | 39 | F | 19 |
| Octal | 110 | 107 | 65 | 0 | 1 | 32 | 110 | 71 | 17 | 31 |
| Binary | 1001000 | 1000111 | 110101 | 0 | 1 | 11010 | 1001000 | 111001 | 1111 | 11001 |
Color Harmonies of #484735
Complementary color
Monochromatic Colors of #484735
Black with #484735
Text Example
Text Example
White with #484735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484735; }
p { color: rgb(72,71,53); }
H1.HeaderClassName
{
color: #484735;
}
.AnyTagClassName
{
color: #484735;
}
</style>
background-color css
<style>
a { background-color: #484735; }
a { background-color: rgb(72,71,53); }
div.DivClassName
{
background-color: #484735;
}
.BgClassName
{
background-color: #484735;
}
</style>
border-color css
<style>
span { border-color: #484735; }
span { border-color: rgb(72,71,53); }
td.TdClassName
{
border-color: #484735;
}
.TagClassName
{
border-color: #484735;
}
</style>