Shades of Cowboy #413030
Tints of Cowboy #413030
RGB
CMYK
RGB Variations
Color information
#413030 (or 0x413030) is known color: Cowboy. HEX triplet: 41, 30 and 30. RGB value is (65,48,48). Sum of RGB (Red+Green+Blue) = 65+48+48=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413030 is #BECFCF. Grayscale: #353535. Windows color (decimal): -12505040 or 3158081. OLE color: 3158081.
HSL color Cylindrical-coordinate representation of color #413030: hue angle of 0º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413030 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 48 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.75 |
| HSL | 0º | 0.15% | 0.22% | - |
| HSV(B) | 0º | 0.26% | 0.25% | - |
| XYZ | 3.77 | 3.45 | 3.26 | - |
| YUV | 53.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 48 | 0 | 0.26 | 0.26 | 0.75 | 0 | 0.15 | 0.22 |
| Hex | 41 | 30 | 30 | 0 | 1A | 1A | 4B | 0 | F | 16 |
| Octal | 101 | 60 | 60 | 0 | 32 | 32 | 113 | 0 | 17 | 26 |
| Binary | 1000001 | 110000 | 110000 | 0 | 11010 | 11010 | 1001011 | 0 | 1111 | 10110 |
Color Harmonies of #413030
Complementary color
Monochromatic Colors of #413030
Black with #413030
Text Example
Text Example
White with #413030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413030; }
p { color: rgb(65,48,48); }
H1.HeaderClassName
{
color: #413030;
}
.AnyTagClassName
{
color: #413030;
}
</style>
background-color css
<style>
a { background-color: #413030; }
a { background-color: rgb(65,48,48); }
div.DivClassName
{
background-color: #413030;
}
.BgClassName
{
background-color: #413030;
}
</style>
border-color css
<style>
span { border-color: #413030; }
span { border-color: rgb(65,48,48); }
td.TdClassName
{
border-color: #413030;
}
.TagClassName
{
border-color: #413030;
}
</style>