Shades of Camouflage #47463C
Tints of Camouflage #47463C
RGB
CMYK
RGB Variations
Color information
#47463C (or 0x47463C) is known color: Camouflage. HEX triplet: 47, 46 and 3C. RGB value is (71,70,60). Sum of RGB (Red+Green+Blue) = 71+70+60=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 71 - color contains mainly: red. Hex color #47463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47463C is #B8B9C3. Grayscale: #454545. Windows color (decimal): -12106180 or 3950151. OLE color: 3950151.
HSL color Cylindrical-coordinate representation of color #47463C: hue angle of 54.55º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47463C is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 60 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.72 |
| HSL | 54.55º | 0.08% | 0.26% | - |
| HSV(B) | 54.55º | 0.15% | 0.28% | - |
| XYZ | 5.6 | 6.05 | 5.15 | - |
| YUV | 69.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 60 | 0 | 0.01 | 0.15 | 0.72 | 54.55 | 0.08 | 0.26 |
| Hex | 47 | 46 | 3C | 0 | 1 | F | 48 | 37 | 8 | 1A |
| Octal | 107 | 106 | 74 | 0 | 1 | 17 | 110 | 67 | 10 | 32 |
| Binary | 1000111 | 1000110 | 111100 | 0 | 1 | 1111 | 1001000 | 110111 | 1000 | 11010 |
Color Harmonies of #47463C
Complementary color
Monochromatic Colors of #47463C
Black with #47463C
Text Example
Text Example
White with #47463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47463C; }
p { color: rgb(71,70,60); }
H1.HeaderClassName
{
color: #47463C;
}
.AnyTagClassName
{
color: #47463C;
}
</style>
background-color css
<style>
a { background-color: #47463C; }
a { background-color: rgb(71,70,60); }
div.DivClassName
{
background-color: #47463C;
}
.BgClassName
{
background-color: #47463C;
}
</style>
border-color css
<style>
span { border-color: #47463C; }
span { border-color: rgb(71,70,60); }
td.TdClassName
{
border-color: #47463C;
}
.TagClassName
{
border-color: #47463C;
}
</style>