Shades of Cowboy #473A39
Tints of Cowboy #473A39
RGB
CMYK
RGB Variations
Color information
#473A39 (or 0x473A39) is known color: Cowboy. HEX triplet: 47, 3A and 39. RGB value is (71,58,57). Sum of RGB (Red+Green+Blue) = 71+58+57=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #473A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A39 is #B8C5C6. Grayscale: #3D3D3D. Windows color (decimal): -12109255 or 3750471. OLE color: 3750471.
HSL color Cylindrical-coordinate representation of color #473A39: hue angle of 4.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #473A39 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 57 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.72 |
| HSL | 4.29º | 0.11% | 0.25% | - |
| HSV(B) | 4.29º | 0.2% | 0.28% | - |
| XYZ | 4.85 | 4.66 | 4.51 | - |
| YUV | 61.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 57 | 0 | 0.18 | 0.20 | 0.72 | 4.29 | 0.11 | 0.25 |
| Hex | 47 | 3A | 39 | 0 | 12 | 14 | 48 | 4 | B | 19 |
| Octal | 107 | 72 | 71 | 0 | 22 | 24 | 110 | 4 | 13 | 31 |
| Binary | 1000111 | 111010 | 111001 | 0 | 10010 | 10100 | 1001000 | 100 | 1011 | 11001 |
Color Harmonies of #473A39
Complementary color
Monochromatic Colors of #473A39
Black with #473A39
Text Example
Text Example
White with #473A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A39; }
p { color: rgb(71,58,57); }
H1.HeaderClassName
{
color: #473A39;
}
.AnyTagClassName
{
color: #473A39;
}
</style>
background-color css
<style>
a { background-color: #473A39; }
a { background-color: rgb(71,58,57); }
div.DivClassName
{
background-color: #473A39;
}
.BgClassName
{
background-color: #473A39;
}
</style>
border-color css
<style>
span { border-color: #473A39; }
span { border-color: rgb(71,58,57); }
td.TdClassName
{
border-color: #473A39;
}
.TagClassName
{
border-color: #473A39;
}
</style>