Shades of Cowboy #473130
Tints of Cowboy #473130
RGB
CMYK
RGB Variations
Color information
#473130 (or 0x473130) is known color: Cowboy. HEX triplet: 47, 31 and 30. RGB value is (71,49,48). Sum of RGB (Red+Green+Blue) = 71+49+48=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #473130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473130 is #B8CECF. Grayscale: #373737. Windows color (decimal): -12111568 or 3158343. OLE color: 3158343.
HSL color Cylindrical-coordinate representation of color #473130: hue angle of 2.61º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473130 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 48 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.72 |
| HSL | 2.61º | 0.19% | 0.23% | - |
| HSV(B) | 2.61º | 0.32% | 0.28% | - |
| XYZ | 4.23 | 3.75 | 3.3 | - |
| YUV | 55.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 48 | 0 | 0.31 | 0.32 | 0.72 | 2.61 | 0.19 | 0.23 |
| Hex | 47 | 31 | 30 | 0 | 1F | 20 | 48 | 3 | 13 | 17 |
| Octal | 107 | 61 | 60 | 0 | 37 | 40 | 110 | 3 | 23 | 27 |
| Binary | 1000111 | 110001 | 110000 | 0 | 11111 | 100000 | 1001000 | 11 | 10011 | 10111 |
Color Harmonies of #473130
Complementary color
Monochromatic Colors of #473130
Black with #473130
Text Example
Text Example
White with #473130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473130; }
p { color: rgb(71,49,48); }
H1.HeaderClassName
{
color: #473130;
}
.AnyTagClassName
{
color: #473130;
}
</style>
background-color css
<style>
a { background-color: #473130; }
a { background-color: rgb(71,49,48); }
div.DivClassName
{
background-color: #473130;
}
.BgClassName
{
background-color: #473130;
}
</style>
border-color css
<style>
span { border-color: #473130; }
span { border-color: rgb(71,49,48); }
td.TdClassName
{
border-color: #473130;
}
.TagClassName
{
border-color: #473130;
}
</style>