Shades of Camouflage #484725
Tints of Camouflage #484725
RGB
CMYK
RGB Variations
Color information
#484725 (or 0x484725) is known color: Camouflage. HEX triplet: 48, 47 and 25. RGB value is (72,71,37). Sum of RGB (Red+Green+Blue) = 72+71+37=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #484725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484725 is #B7B8DA. Grayscale: #434343. Windows color (decimal): -12040411 or 2443080. OLE color: 2443080.
HSL color Cylindrical-coordinate representation of color #484725: hue angle of 58.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484725 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 37 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.72 |
| HSL | 58.29º | 0.32% | 0.21% | - |
| HSV(B) | 58.29º | 0.49% | 0.28% | - |
| XYZ | 5.26 | 6.02 | 2.63 | - |
| YUV | 67.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 37 | 0 | 0.01 | 0.49 | 0.72 | 58.29 | 0.32 | 0.21 |
| Hex | 48 | 47 | 25 | 0 | 1 | 31 | 48 | 3A | 20 | 15 |
| Octal | 110 | 107 | 45 | 0 | 1 | 61 | 110 | 72 | 40 | 25 |
| Binary | 1001000 | 1000111 | 100101 | 0 | 1 | 110001 | 1001000 | 111010 | 100000 | 10101 |
Color Harmonies of #484725
Complementary color
Monochromatic Colors of #484725
Black with #484725
Text Example
Text Example
White with #484725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484725; }
p { color: rgb(72,71,37); }
H1.HeaderClassName
{
color: #484725;
}
.AnyTagClassName
{
color: #484725;
}
</style>
background-color css
<style>
a { background-color: #484725; }
a { background-color: rgb(72,71,37); }
div.DivClassName
{
background-color: #484725;
}
.BgClassName
{
background-color: #484725;
}
</style>
border-color css
<style>
span { border-color: #484725; }
span { border-color: rgb(72,71,37); }
td.TdClassName
{
border-color: #484725;
}
.TagClassName
{
border-color: #484725;
}
</style>