Shades of Cowboy #413333
Tints of Cowboy #413333
RGB
CMYK
RGB Variations
Color information
#413333 (or 0x413333) is known color: Cowboy. HEX triplet: 41, 33 and 33. RGB value is (65,51,51). Sum of RGB (Red+Green+Blue) = 65+51+51=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #413333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413333 is #BECCCC. Grayscale: #373737. Windows color (decimal): -12504269 or 3355457. OLE color: 3355457.
HSL color Cylindrical-coordinate representation of color #413333: hue angle of 0º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #413333 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 51 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.75 |
| HSL | 0º | 0.12% | 0.23% | - |
| HSV(B) | 0º | 0.22% | 0.25% | - |
| XYZ | 3.96 | 3.73 | 3.64 | - |
| YUV | 55.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 51 | 0 | 0.22 | 0.22 | 0.75 | 0 | 0.12 | 0.23 |
| Hex | 41 | 33 | 33 | 0 | 16 | 16 | 4B | 0 | C | 17 |
| Octal | 101 | 63 | 63 | 0 | 26 | 26 | 113 | 0 | 14 | 27 |
| Binary | 1000001 | 110011 | 110011 | 0 | 10110 | 10110 | 1001011 | 0 | 1100 | 10111 |
Color Harmonies of #413333
Complementary color
Monochromatic Colors of #413333
Black with #413333
Text Example
Text Example
White with #413333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413333; }
p { color: rgb(65,51,51); }
H1.HeaderClassName
{
color: #413333;
}
.AnyTagClassName
{
color: #413333;
}
</style>
background-color css
<style>
a { background-color: #413333; }
a { background-color: rgb(65,51,51); }
div.DivClassName
{
background-color: #413333;
}
.BgClassName
{
background-color: #413333;
}
</style>
border-color css
<style>
span { border-color: #413333; }
span { border-color: rgb(65,51,51); }
td.TdClassName
{
border-color: #413333;
}
.TagClassName
{
border-color: #413333;
}
</style>