Shades of Cowboy #3E3332
Tints of Cowboy #3E3332
RGB
CMYK
RGB Variations
Color information
#3E3332 (or 0x3E3332) is known color: Cowboy. HEX triplet: 3E, 33 and 32. RGB value is (62,51,50). Sum of RGB (Red+Green+Blue) = 62+51+50=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3332 is #C1CCCD. Grayscale: #363636. Windows color (decimal): -12700878 or 3289918. OLE color: 3289918.
HSL color Cylindrical-coordinate representation of color #3E3332: hue angle of 5º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3332 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 50 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.76 |
| HSL | 5º | 0.11% | 0.22% | - |
| HSV(B) | 5º | 0.19% | 0.24% | - |
| XYZ | 3.75 | 3.62 | 3.52 | - |
| YUV | 54.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 50 | 0 | 0.18 | 0.19 | 0.76 | 5 | 0.11 | 0.22 |
| Hex | 3E | 33 | 32 | 0 | 12 | 13 | 4C | 5 | B | 16 |
| Octal | 76 | 63 | 62 | 0 | 22 | 23 | 114 | 5 | 13 | 26 |
| Binary | 111110 | 110011 | 110010 | 0 | 10010 | 10011 | 1001100 | 101 | 1011 | 10110 |
Color Harmonies of #3E3332
Complementary color
Monochromatic Colors of #3E3332
Black with #3E3332
Text Example
Text Example
White with #3E3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3332; }
p { color: rgb(62,51,50); }
H1.HeaderClassName
{
color: #3E3332;
}
.AnyTagClassName
{
color: #3E3332;
}
</style>
background-color css
<style>
a { background-color: #3E3332; }
a { background-color: rgb(62,51,50); }
div.DivClassName
{
background-color: #3E3332;
}
.BgClassName
{
background-color: #3E3332;
}
</style>
border-color css
<style>
span { border-color: #3E3332; }
span { border-color: rgb(62,51,50); }
td.TdClassName
{
border-color: #3E3332;
}
.TagClassName
{
border-color: #3E3332;
}
</style>