Shades of Camouflage #484733
Tints of Camouflage #484733
RGB
CMYK
RGB Variations
Color information
#484733 (or 0x484733) is known color: Camouflage. HEX triplet: 48, 47 and 33. RGB value is (72,71,51). Sum of RGB (Red+Green+Blue) = 72+71+51=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #484733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484733 is #B7B8CC. Grayscale: #454545. Windows color (decimal): -12040397 or 3360584. OLE color: 3360584.
HSL color Cylindrical-coordinate representation of color #484733: hue angle of 57.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484733 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 51 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.72 |
| HSL | 57.14º | 0.17% | 0.24% | - |
| HSV(B) | 57.14º | 0.29% | 0.28% | - |
| XYZ | 5.52 | 6.12 | 4.02 | - |
| YUV | 69.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 51 | 0 | 0.01 | 0.29 | 0.72 | 57.14 | 0.17 | 0.24 |
| Hex | 48 | 47 | 33 | 0 | 1 | 1D | 48 | 39 | 11 | 18 |
| Octal | 110 | 107 | 63 | 0 | 1 | 35 | 110 | 71 | 21 | 30 |
| Binary | 1001000 | 1000111 | 110011 | 0 | 1 | 11101 | 1001000 | 111001 | 10001 | 11000 |
Color Harmonies of #484733
Complementary color
Monochromatic Colors of #484733
Black with #484733
Text Example
Text Example
White with #484733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484733; }
p { color: rgb(72,71,51); }
H1.HeaderClassName
{
color: #484733;
}
.AnyTagClassName
{
color: #484733;
}
</style>
background-color css
<style>
a { background-color: #484733; }
a { background-color: rgb(72,71,51); }
div.DivClassName
{
background-color: #484733;
}
.BgClassName
{
background-color: #484733;
}
</style>
border-color css
<style>
span { border-color: #484733; }
span { border-color: rgb(72,71,51); }
td.TdClassName
{
border-color: #484733;
}
.TagClassName
{
border-color: #484733;
}
</style>