Shades of Cowboy #403B3A
Tints of Cowboy #403B3A
RGB
CMYK
RGB Variations
Color information
#403B3A (or 0x403B3A) is known color: Cowboy. HEX triplet: 40, 3B and 3A. RGB value is (64,59,58). Sum of RGB (Red+Green+Blue) = 64+59+58=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #403B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B3A is #BFC4C5. Grayscale: #3C3C3C. Windows color (decimal): -12567750 or 3816256. OLE color: 3816256.
HSL color Cylindrical-coordinate representation of color #403B3A: 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.09%. Process color model (Four color, CMYK) of #403B3A is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 58 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.75 |
| HSL | 10º | 0.05% | 0.24% | - |
| HSV(B) | 10º | 0.09% | 0.25% | - |
| XYZ | 4.44 | 4.52 | 4.64 | - |
| YUV | 60.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 58 | 0 | 0.08 | 0.09 | 0.75 | 10 | 0.05 | 0.24 |
| Hex | 40 | 3B | 3A | 0 | 8 | 9 | 4B | A | 5 | 18 |
| Octal | 100 | 73 | 72 | 0 | 10 | 11 | 113 | 12 | 5 | 30 |
| Binary | 1000000 | 111011 | 111010 | 0 | 1000 | 1001 | 1001011 | 1010 | 101 | 11000 |
Color Harmonies of #403B3A
Complementary color
Monochromatic Colors of #403B3A
Black with #403B3A
Text Example
Text Example
White with #403B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B3A; }
p { color: rgb(64,59,58); }
H1.HeaderClassName
{
color: #403B3A;
}
.AnyTagClassName
{
color: #403B3A;
}
</style>
background-color css
<style>
a { background-color: #403B3A; }
a { background-color: rgb(64,59,58); }
div.DivClassName
{
background-color: #403B3A;
}
.BgClassName
{
background-color: #403B3A;
}
</style>
border-color css
<style>
span { border-color: #403B3A; }
span { border-color: rgb(64,59,58); }
td.TdClassName
{
border-color: #403B3A;
}
.TagClassName
{
border-color: #403B3A;
}
</style>