Shades of Cowboy #473A38
Tints of Cowboy #473A38
RGB
CMYK
RGB Variations
Color information
#473A38 (or 0x473A38) is known color: Cowboy. HEX triplet: 47, 3A and 38. RGB value is (71,58,56). Sum of RGB (Red+Green+Blue) = 71+58+56=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A38 is #B8C5C7. Grayscale: #3D3D3D. Windows color (decimal): -12109256 or 3684935. OLE color: 3684935.
HSL color Cylindrical-coordinate representation of color #473A38: hue angle of 8º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #473A38 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 56 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.72 |
| HSL | 8º | 0.12% | 0.25% | - |
| HSV(B) | 8º | 0.21% | 0.28% | - |
| XYZ | 4.83 | 4.65 | 4.38 | - |
| YUV | 61.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 56 | 0 | 0.18 | 0.21 | 0.72 | 8 | 0.12 | 0.25 |
| Hex | 47 | 3A | 38 | 0 | 12 | 15 | 48 | 8 | C | 19 |
| Octal | 107 | 72 | 70 | 0 | 22 | 25 | 110 | 10 | 14 | 31 |
| Binary | 1000111 | 111010 | 111000 | 0 | 10010 | 10101 | 1001000 | 1000 | 1100 | 11001 |
Color Harmonies of #473A38
Complementary color
Monochromatic Colors of #473A38
Black with #473A38
Text Example
Text Example
White with #473A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A38; }
p { color: rgb(71,58,56); }
H1.HeaderClassName
{
color: #473A38;
}
.AnyTagClassName
{
color: #473A38;
}
</style>
background-color css
<style>
a { background-color: #473A38; }
a { background-color: rgb(71,58,56); }
div.DivClassName
{
background-color: #473A38;
}
.BgClassName
{
background-color: #473A38;
}
</style>
border-color css
<style>
span { border-color: #473A38; }
span { border-color: rgb(71,58,56); }
td.TdClassName
{
border-color: #473A38;
}
.TagClassName
{
border-color: #473A38;
}
</style>