Shades of Camouflage #525130
Tints of Camouflage #525130
RGB
CMYK
RGB Variations
Color information
#525130 (or 0x525130) is known color: Camouflage. HEX triplet: 52, 51 and 30. RGB value is (82,81,48). Sum of RGB (Red+Green+Blue) = 82+81+48=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #525130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525130 is #ADAECF. Grayscale: #4D4D4D. Windows color (decimal): -11382480 or 3166546. OLE color: 3166546.
HSL color Cylindrical-coordinate representation of color #525130: hue angle of 58.24º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #525130 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 48 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.68 |
| HSL | 58.24º | 0.26% | 0.25% | - |
| HSV(B) | 58.24º | 0.41% | 0.32% | - |
| XYZ | 6.96 | 7.89 | 3.95 | - |
| YUV | 77.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 48 | 0 | 0.01 | 0.41 | 0.68 | 58.24 | 0.26 | 0.25 |
| Hex | 52 | 51 | 30 | 0 | 1 | 29 | 44 | 3A | 1A | 19 |
| Octal | 122 | 121 | 60 | 0 | 1 | 51 | 104 | 72 | 32 | 31 |
| Binary | 1010010 | 1010001 | 110000 | 0 | 1 | 101001 | 1000100 | 111010 | 11010 | 11001 |
Color Harmonies of #525130
Complementary color
Monochromatic Colors of #525130
Black with #525130
Text Example
Text Example
White with #525130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525130; }
p { color: rgb(82,81,48); }
H1.HeaderClassName
{
color: #525130;
}
.AnyTagClassName
{
color: #525130;
}
</style>
background-color css
<style>
a { background-color: #525130; }
a { background-color: rgb(82,81,48); }
div.DivClassName
{
background-color: #525130;
}
.BgClassName
{
background-color: #525130;
}
</style>
border-color css
<style>
span { border-color: #525130; }
span { border-color: rgb(82,81,48); }
td.TdClassName
{
border-color: #525130;
}
.TagClassName
{
border-color: #525130;
}
</style>