Shades of Cowboy #4A3A39
Tints of Cowboy #4A3A39
RGB
CMYK
RGB Variations
Color information
#4A3A39 (or 0x4A3A39) is known color: Cowboy. HEX triplet: 4A, 3A and 39. RGB value is (74,58,57). Sum of RGB (Red+Green+Blue) = 74+58+57=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3A39 is #B5C5C6. Grayscale: #3E3E3E. Windows color (decimal): -11912647 or 3750474. OLE color: 3750474.
HSL color Cylindrical-coordinate representation of color #4A3A39: hue angle of 3.53º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A3A39 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 58 | 57 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.71 |
| HSL | 3.53º | 0.13% | 0.26% | - |
| HSV(B) | 3.53º | 0.23% | 0.29% | - |
| XYZ | 5.08 | 4.78 | 4.53 | - |
| YUV | 62.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 57 | 0 | 0.22 | 0.23 | 0.71 | 3.53 | 0.13 | 0.26 |
| Hex | 4A | 3A | 39 | 0 | 16 | 17 | 47 | 4 | D | 1A |
| Octal | 112 | 72 | 71 | 0 | 26 | 27 | 107 | 4 | 15 | 32 |
| Binary | 1001010 | 111010 | 111001 | 0 | 10110 | 10111 | 1000111 | 100 | 1101 | 11010 |
Color Harmonies of #4A3A39
Complementary color
Monochromatic Colors of #4A3A39
Black with #4A3A39
Text Example
Text Example
White with #4A3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A39; }
p { color: rgb(74,58,57); }
H1.HeaderClassName
{
color: #4A3A39;
}
.AnyTagClassName
{
color: #4A3A39;
}
</style>
background-color css
<style>
a { background-color: #4A3A39; }
a { background-color: rgb(74,58,57); }
div.DivClassName
{
background-color: #4A3A39;
}
.BgClassName
{
background-color: #4A3A39;
}
</style>
border-color css
<style>
span { border-color: #4A3A39; }
span { border-color: rgb(74,58,57); }
td.TdClassName
{
border-color: #4A3A39;
}
.TagClassName
{
border-color: #4A3A39;
}
</style>