Shades of Cowboy #493735
Tints of Cowboy #493735
RGB
CMYK
RGB Variations
Color information
#493735 (or 0x493735) is known color: Cowboy. HEX triplet: 49, 37 and 35. RGB value is (73,55,53). Sum of RGB (Red+Green+Blue) = 73+55+53=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493735 is #B6C8CA. Grayscale: #3C3C3C. Windows color (decimal): -11978955 or 3487561. OLE color: 3487561.
HSL color Cylindrical-coordinate representation of color #493735: hue angle of 6º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493735 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 55 | 53 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.71 |
| HSL | 6º | 0.16% | 0.25% | - |
| HSV(B) | 6º | 0.27% | 0.29% | - |
| XYZ | 4.76 | 4.41 | 3.97 | - |
| YUV | 60.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 53 | 0 | 0.25 | 0.27 | 0.71 | 6 | 0.16 | 0.25 |
| Hex | 49 | 37 | 35 | 0 | 19 | 1B | 47 | 6 | 10 | 19 |
| Octal | 111 | 67 | 65 | 0 | 31 | 33 | 107 | 6 | 20 | 31 |
| Binary | 1001001 | 110111 | 110101 | 0 | 11001 | 11011 | 1000111 | 110 | 10000 | 11001 |
Color Harmonies of #493735
Complementary color
Monochromatic Colors of #493735
Black with #493735
Text Example
Text Example
White with #493735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493735; }
p { color: rgb(73,55,53); }
H1.HeaderClassName
{
color: #493735;
}
.AnyTagClassName
{
color: #493735;
}
</style>
background-color css
<style>
a { background-color: #493735; }
a { background-color: rgb(73,55,53); }
div.DivClassName
{
background-color: #493735;
}
.BgClassName
{
background-color: #493735;
}
</style>
border-color css
<style>
span { border-color: #493735; }
span { border-color: rgb(73,55,53); }
td.TdClassName
{
border-color: #493735;
}
.TagClassName
{
border-color: #493735;
}
</style>