Shades of Cowboy #403030
Tints of Cowboy #403030
RGB
CMYK
RGB Variations
Color information
#403030 (or 0x403030) is known color: Cowboy. HEX triplet: 40, 30 and 30. RGB value is (64,48,48). Sum of RGB (Red+Green+Blue) = 64+48+48=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403030 is #BFCFCF. Grayscale: #343434. Windows color (decimal): -12570576 or 3158080. OLE color: 3158080.
HSL color Cylindrical-coordinate representation of color #403030: hue angle of 0º 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 #403030 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 48 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.75 |
| HSL | 0º | 0.14% | 0.22% | - |
| HSV(B) | 0º | 0.25% | 0.25% | - |
| XYZ | 3.7 | 3.42 | 3.26 | - |
| YUV | 52.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 48 | 0 | 0.25 | 0.25 | 0.75 | 0 | 0.14 | 0.22 |
| Hex | 40 | 30 | 30 | 0 | 19 | 19 | 4B | 0 | E | 16 |
| Octal | 100 | 60 | 60 | 0 | 31 | 31 | 113 | 0 | 16 | 26 |
| Binary | 1000000 | 110000 | 110000 | 0 | 11001 | 11001 | 1001011 | 0 | 1110 | 10110 |
Color Harmonies of #403030
Complementary color
Monochromatic Colors of #403030
Black with #403030
Text Example
Text Example
White with #403030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403030; }
p { color: rgb(64,48,48); }
H1.HeaderClassName
{
color: #403030;
}
.AnyTagClassName
{
color: #403030;
}
</style>
background-color css
<style>
a { background-color: #403030; }
a { background-color: rgb(64,48,48); }
div.DivClassName
{
background-color: #403030;
}
.BgClassName
{
background-color: #403030;
}
</style>
border-color css
<style>
span { border-color: #403030; }
span { border-color: rgb(64,48,48); }
td.TdClassName
{
border-color: #403030;
}
.TagClassName
{
border-color: #403030;
}
</style>