Shades of Camouflage #534F25
Tints of Camouflage #534F25
RGB
CMYK
RGB Variations
Color information
#534F25 (or 0x534F25) is known color: Camouflage. HEX triplet: 53, 4F and 25. RGB value is (83,79,37). Sum of RGB (Red+Green+Blue) = 83+79+37=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F25 is #ACB0DA. Grayscale: #4B4B4B. Windows color (decimal): -11317467 or 2445139. OLE color: 2445139.
HSL color Cylindrical-coordinate representation of color #534F25: hue angle of 54.78º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534F25 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 37 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.67 |
| HSL | 54.78º | 0.38% | 0.24% | - |
| HSV(B) | 54.78º | 0.55% | 0.33% | - |
| XYZ | 6.7 | 7.56 | 2.86 | - |
| YUV | 75.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 37 | 0 | 0.05 | 0.55 | 0.67 | 54.78 | 0.38 | 0.24 |
| Hex | 53 | 4F | 25 | 0 | 5 | 37 | 43 | 37 | 26 | 18 |
| Octal | 123 | 117 | 45 | 0 | 5 | 67 | 103 | 67 | 46 | 30 |
| Binary | 1010011 | 1001111 | 100101 | 0 | 101 | 110111 | 1000011 | 110111 | 100110 | 11000 |
Color Harmonies of #534F25
Complementary color
Monochromatic Colors of #534F25
Black with #534F25
Text Example
Text Example
White with #534F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F25; }
p { color: rgb(83,79,37); }
H1.HeaderClassName
{
color: #534F25;
}
.AnyTagClassName
{
color: #534F25;
}
</style>
background-color css
<style>
a { background-color: #534F25; }
a { background-color: rgb(83,79,37); }
div.DivClassName
{
background-color: #534F25;
}
.BgClassName
{
background-color: #534F25;
}
</style>
border-color css
<style>
span { border-color: #534F25; }
span { border-color: rgb(83,79,37); }
td.TdClassName
{
border-color: #534F25;
}
.TagClassName
{
border-color: #534F25;
}
</style>