Shades of Cowboy #3F3A39
Tints of Cowboy #3F3A39
RGB
CMYK
RGB Variations
Color information
#3F3A39 (or 0x3F3A39) is known color: Cowboy. HEX triplet: 3F, 3A and 39. RGB value is (63,58,57). Sum of RGB (Red+Green+Blue) = 63+58+57=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A39 is #C0C5C6. Grayscale: #3B3B3B. Windows color (decimal): -12633543 or 3750463. OLE color: 3750463.
HSL color Cylindrical-coordinate representation of color #3F3A39: hue angle of 10º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F3A39 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 57 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.75 |
| HSL | 10º | 0.05% | 0.24% | - |
| HSV(B) | 10º | 0.1% | 0.25% | - |
| XYZ | 4.3 | 4.38 | 4.49 | - |
| YUV | 59.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 57 | 0 | 0.08 | 0.10 | 0.75 | 10 | 0.05 | 0.24 |
| Hex | 3F | 3A | 39 | 0 | 8 | A | 4B | A | 5 | 18 |
| Octal | 77 | 72 | 71 | 0 | 10 | 12 | 113 | 12 | 5 | 30 |
| Binary | 111111 | 111010 | 111001 | 0 | 1000 | 1010 | 1001011 | 1010 | 101 | 11000 |
Color Harmonies of #3F3A39
Complementary color
Monochromatic Colors of #3F3A39
Black with #3F3A39
Text Example
Text Example
White with #3F3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A39; }
p { color: rgb(63,58,57); }
H1.HeaderClassName
{
color: #3F3A39;
}
.AnyTagClassName
{
color: #3F3A39;
}
</style>
background-color css
<style>
a { background-color: #3F3A39; }
a { background-color: rgb(63,58,57); }
div.DivClassName
{
background-color: #3F3A39;
}
.BgClassName
{
background-color: #3F3A39;
}
</style>
border-color css
<style>
span { border-color: #3F3A39; }
span { border-color: rgb(63,58,57); }
td.TdClassName
{
border-color: #3F3A39;
}
.TagClassName
{
border-color: #3F3A39;
}
</style>