Shades of Camouflage #534F29
Tints of Camouflage #534F29
RGB
CMYK
RGB Variations
Color information
#534F29 (or 0x534F29) is known color: Camouflage. HEX triplet: 53, 4F and 29. RGB value is (83,79,41). Sum of RGB (Red+Green+Blue) = 83+79+41=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F29 is #ACB0D6. Grayscale: #4C4C4C. Windows color (decimal): -11317463 or 2707283. OLE color: 2707283.
HSL color Cylindrical-coordinate representation of color #534F29: hue angle of 54.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534F29 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 41 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.67 |
| HSL | 54.29º | 0.34% | 0.24% | - |
| HSV(B) | 54.29º | 0.51% | 0.33% | - |
| XYZ | 6.76 | 7.59 | 3.21 | - |
| YUV | 75.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 41 | 0 | 0.05 | 0.51 | 0.67 | 54.29 | 0.34 | 0.24 |
| Hex | 53 | 4F | 29 | 0 | 5 | 33 | 43 | 36 | 22 | 18 |
| Octal | 123 | 117 | 51 | 0 | 5 | 63 | 103 | 66 | 42 | 30 |
| Binary | 1010011 | 1001111 | 101001 | 0 | 101 | 110011 | 1000011 | 110110 | 100010 | 11000 |
Color Harmonies of #534F29
Complementary color
Monochromatic Colors of #534F29
Black with #534F29
Text Example
Text Example
White with #534F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F29; }
p { color: rgb(83,79,41); }
H1.HeaderClassName
{
color: #534F29;
}
.AnyTagClassName
{
color: #534F29;
}
</style>
background-color css
<style>
a { background-color: #534F29; }
a { background-color: rgb(83,79,41); }
div.DivClassName
{
background-color: #534F29;
}
.BgClassName
{
background-color: #534F29;
}
</style>
border-color css
<style>
span { border-color: #534F29; }
span { border-color: rgb(83,79,41); }
td.TdClassName
{
border-color: #534F29;
}
.TagClassName
{
border-color: #534F29;
}
</style>