Shades of Cowboy #413332
Tints of Cowboy #413332
RGB
CMYK
RGB Variations
Color information
#413332 (or 0x413332) is known color: Cowboy. HEX triplet: 41, 33 and 32. RGB value is (65,51,50). Sum of RGB (Red+Green+Blue) = 65+51+50=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413332 is #BECCCD. Grayscale: #373737. Windows color (decimal): -12504270 or 3289921. OLE color: 3289921.
HSL color Cylindrical-coordinate representation of color #413332: hue angle of 4º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413332 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 50 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.75 |
| HSL | 4º | 0.13% | 0.23% | - |
| HSV(B) | 4º | 0.23% | 0.25% | - |
| XYZ | 3.94 | 3.72 | 3.53 | - |
| YUV | 55.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 50 | 0 | 0.22 | 0.23 | 0.75 | 4 | 0.13 | 0.23 |
| Hex | 41 | 33 | 32 | 0 | 16 | 17 | 4B | 4 | D | 17 |
| Octal | 101 | 63 | 62 | 0 | 26 | 27 | 113 | 4 | 15 | 27 |
| Binary | 1000001 | 110011 | 110010 | 0 | 10110 | 10111 | 1001011 | 100 | 1101 | 10111 |
Color Harmonies of #413332
Complementary color
Monochromatic Colors of #413332
Black with #413332
Text Example
Text Example
White with #413332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413332; }
p { color: rgb(65,51,50); }
H1.HeaderClassName
{
color: #413332;
}
.AnyTagClassName
{
color: #413332;
}
</style>
background-color css
<style>
a { background-color: #413332; }
a { background-color: rgb(65,51,50); }
div.DivClassName
{
background-color: #413332;
}
.BgClassName
{
background-color: #413332;
}
</style>
border-color css
<style>
span { border-color: #413332; }
span { border-color: rgb(65,51,50); }
td.TdClassName
{
border-color: #413332;
}
.TagClassName
{
border-color: #413332;
}
</style>