Shades of Cowboy #403130
Tints of Cowboy #403130
RGB
CMYK
RGB Variations
Color information
#403130 (or 0x403130) is known color: Cowboy. HEX triplet: 40, 31 and 30. RGB value is (64,49,48). Sum of RGB (Red+Green+Blue) = 64+49+48=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403130 is #BFCECF. Grayscale: #353535. Windows color (decimal): -12570320 or 3158336. OLE color: 3158336.
HSL color Cylindrical-coordinate representation of color #403130: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403130 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 48 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.75 |
| HSL | 3.75º | 0.14% | 0.22% | - |
| HSV(B) | 3.75º | 0.25% | 0.25% | - |
| XYZ | 3.75 | 3.5 | 3.27 | - |
| YUV | 53.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 48 | 0 | 0.23 | 0.25 | 0.75 | 3.75 | 0.14 | 0.22 |
| Hex | 40 | 31 | 30 | 0 | 17 | 19 | 4B | 4 | E | 16 |
| Octal | 100 | 61 | 60 | 0 | 27 | 31 | 113 | 4 | 16 | 26 |
| Binary | 1000000 | 110001 | 110000 | 0 | 10111 | 11001 | 1001011 | 100 | 1110 | 10110 |
Color Harmonies of #403130
Complementary color
Monochromatic Colors of #403130
Black with #403130
Text Example
Text Example
White with #403130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403130; }
p { color: rgb(64,49,48); }
H1.HeaderClassName
{
color: #403130;
}
.AnyTagClassName
{
color: #403130;
}
</style>
background-color css
<style>
a { background-color: #403130; }
a { background-color: rgb(64,49,48); }
div.DivClassName
{
background-color: #403130;
}
.BgClassName
{
background-color: #403130;
}
</style>
border-color css
<style>
span { border-color: #403130; }
span { border-color: rgb(64,49,48); }
td.TdClassName
{
border-color: #403130;
}
.TagClassName
{
border-color: #403130;
}
</style>