Shades of Cowboy #473131
Tints of Cowboy #473131
RGB
CMYK
RGB Variations
Color information
#473131 (or 0x473131) is known color: Cowboy. HEX triplet: 47, 31 and 31. RGB value is (71,49,49). Sum of RGB (Red+Green+Blue) = 71+49+49=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #473131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473131 is #B8CECE. Grayscale: #373737. Windows color (decimal): -12111567 or 3223879. OLE color: 3223879.
HSL color Cylindrical-coordinate representation of color #473131: hue angle of 0º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #473131 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 49 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.72 |
| HSL | 0º | 0.18% | 0.24% | - |
| HSV(B) | 0º | 0.31% | 0.28% | - |
| XYZ | 4.25 | 3.76 | 3.41 | - |
| YUV | 55.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 49 | 0 | 0.31 | 0.31 | 0.72 | 0 | 0.18 | 0.24 |
| Hex | 47 | 31 | 31 | 0 | 1F | 1F | 48 | 0 | 12 | 18 |
| Octal | 107 | 61 | 61 | 0 | 37 | 37 | 110 | 0 | 22 | 30 |
| Binary | 1000111 | 110001 | 110001 | 0 | 11111 | 11111 | 1001000 | 0 | 10010 | 11000 |
Color Harmonies of #473131
Complementary color
Monochromatic Colors of #473131
Black with #473131
Text Example
Text Example
White with #473131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473131; }
p { color: rgb(71,49,49); }
H1.HeaderClassName
{
color: #473131;
}
.AnyTagClassName
{
color: #473131;
}
</style>
background-color css
<style>
a { background-color: #473131; }
a { background-color: rgb(71,49,49); }
div.DivClassName
{
background-color: #473131;
}
.BgClassName
{
background-color: #473131;
}
</style>
border-color css
<style>
span { border-color: #473131; }
span { border-color: rgb(71,49,49); }
td.TdClassName
{
border-color: #473131;
}
.TagClassName
{
border-color: #473131;
}
</style>