Shades of Cowboy #3E3231
Tints of Cowboy #3E3231
RGB
CMYK
RGB Variations
Color information
#3E3231 (or 0x3E3231) is known color: Cowboy. HEX triplet: 3E, 32 and 31. RGB value is (62,50,49). Sum of RGB (Red+Green+Blue) = 62+50+49=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3231 is #C1CDCE. Grayscale: #353535. Windows color (decimal): -12701135 or 3224126. OLE color: 3224126.
HSL color Cylindrical-coordinate representation of color #3E3231: hue angle of 4.62º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3231 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 49 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.76 |
| HSL | 4.62º | 0.12% | 0.22% | - |
| HSV(B) | 4.62º | 0.21% | 0.24% | - |
| XYZ | 3.68 | 3.53 | 3.39 | - |
| YUV | 53.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 49 | 0 | 0.19 | 0.21 | 0.76 | 4.62 | 0.12 | 0.22 |
| Hex | 3E | 32 | 31 | 0 | 13 | 15 | 4C | 5 | C | 16 |
| Octal | 76 | 62 | 61 | 0 | 23 | 25 | 114 | 5 | 14 | 26 |
| Binary | 111110 | 110010 | 110001 | 0 | 10011 | 10101 | 1001100 | 101 | 1100 | 10110 |
Color Harmonies of #3E3231
Complementary color
Monochromatic Colors of #3E3231
Black with #3E3231
Text Example
Text Example
White with #3E3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3231; }
p { color: rgb(62,50,49); }
H1.HeaderClassName
{
color: #3E3231;
}
.AnyTagClassName
{
color: #3E3231;
}
</style>
background-color css
<style>
a { background-color: #3E3231; }
a { background-color: rgb(62,50,49); }
div.DivClassName
{
background-color: #3E3231;
}
.BgClassName
{
background-color: #3E3231;
}
</style>
border-color css
<style>
span { border-color: #3E3231; }
span { border-color: rgb(62,50,49); }
td.TdClassName
{
border-color: #3E3231;
}
.TagClassName
{
border-color: #3E3231;
}
</style>