Shades of Camouflage #524F31
Tints of Camouflage #524F31
RGB
CMYK
RGB Variations
Color information
#524F31 (or 0x524F31) is known color: Camouflage. HEX triplet: 52, 4F and 31. RGB value is (82,79,49). Sum of RGB (Red+Green+Blue) = 82+79+49=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F31 is #ADB0CE. Grayscale: #4C4C4C. Windows color (decimal): -11382991 or 3231570. OLE color: 3231570.
HSL color Cylindrical-coordinate representation of color #524F31: hue angle of 54.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524F31 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 49 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.68 |
| HSL | 54.55º | 0.25% | 0.26% | - |
| HSV(B) | 54.55º | 0.4% | 0.32% | - |
| XYZ | 6.83 | 7.61 | 4.01 | - |
| YUV | 76.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 49 | 0 | 0.04 | 0.40 | 0.68 | 54.55 | 0.25 | 0.26 |
| Hex | 52 | 4F | 31 | 0 | 4 | 28 | 44 | 37 | 19 | 1A |
| Octal | 122 | 117 | 61 | 0 | 4 | 50 | 104 | 67 | 31 | 32 |
| Binary | 1010010 | 1001111 | 110001 | 0 | 100 | 101000 | 1000100 | 110111 | 11001 | 11010 |
Color Harmonies of #524F31
Complementary color
Monochromatic Colors of #524F31
Black with #524F31
Text Example
Text Example
White with #524F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F31; }
p { color: rgb(82,79,49); }
H1.HeaderClassName
{
color: #524F31;
}
.AnyTagClassName
{
color: #524F31;
}
</style>
background-color css
<style>
a { background-color: #524F31; }
a { background-color: rgb(82,79,49); }
div.DivClassName
{
background-color: #524F31;
}
.BgClassName
{
background-color: #524F31;
}
</style>
border-color css
<style>
span { border-color: #524F31; }
span { border-color: rgb(82,79,49); }
td.TdClassName
{
border-color: #524F31;
}
.TagClassName
{
border-color: #524F31;
}
</style>