Shades of Camouflage #52513D
Tints of Camouflage #52513D
RGB
CMYK
RGB Variations
Color information
#52513D (or 0x52513D) is known color: Camouflage. HEX triplet: 52, 51 and 3D. RGB value is (82,81,61). Sum of RGB (Red+Green+Blue) = 82+81+61=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #52513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52513D is #ADAEC2. Grayscale: #4F4F4F. Windows color (decimal): -11382467 or 4018514. OLE color: 4018514.
HSL color Cylindrical-coordinate representation of color #52513D: hue angle of 57.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52513D is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 61 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.68 |
| HSL | 57.14º | 0.15% | 0.28% | - |
| HSV(B) | 57.14º | 0.26% | 0.32% | - |
| XYZ | 7.26 | 8.02 | 5.58 | - |
| YUV | 79.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 61 | 0 | 0.01 | 0.26 | 0.68 | 57.14 | 0.15 | 0.28 |
| Hex | 52 | 51 | 3D | 0 | 1 | 1A | 44 | 39 | F | 1C |
| Octal | 122 | 121 | 75 | 0 | 1 | 32 | 104 | 71 | 17 | 34 |
| Binary | 1010010 | 1010001 | 111101 | 0 | 1 | 11010 | 1000100 | 111001 | 1111 | 11100 |
Color Harmonies of #52513D
Complementary color
Monochromatic Colors of #52513D
Black with #52513D
Text Example
Text Example
White with #52513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52513D; }
p { color: rgb(82,81,61); }
H1.HeaderClassName
{
color: #52513D;
}
.AnyTagClassName
{
color: #52513D;
}
</style>
background-color css
<style>
a { background-color: #52513D; }
a { background-color: rgb(82,81,61); }
div.DivClassName
{
background-color: #52513D;
}
.BgClassName
{
background-color: #52513D;
}
</style>
border-color css
<style>
span { border-color: #52513D; }
span { border-color: rgb(82,81,61); }
td.TdClassName
{
border-color: #52513D;
}
.TagClassName
{
border-color: #52513D;
}
</style>