Shades of Cowboy #413C3B
Tints of Cowboy #413C3B
RGB
CMYK
RGB Variations
Color information
#413C3B (or 0x413C3B) is known color: Cowboy. HEX triplet: 41, 3C and 3B. RGB value is (65,60,59). Sum of RGB (Red+Green+Blue) = 65+60+59=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #413C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C3B is #BEC3C4. Grayscale: #3D3D3D. Windows color (decimal): -12501957 or 3882049. OLE color: 3882049.
HSL color Cylindrical-coordinate representation of color #413C3B: hue angle of 10º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #413C3B is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 59 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.75 |
| HSL | 10º | 0.05% | 0.24% | - |
| HSV(B) | 10º | 0.09% | 0.25% | - |
| XYZ | 4.59 | 4.67 | 4.8 | - |
| YUV | 61.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 59 | 0 | 0.08 | 0.09 | 0.75 | 10 | 0.05 | 0.24 |
| Hex | 41 | 3C | 3B | 0 | 8 | 9 | 4B | A | 5 | 18 |
| Octal | 101 | 74 | 73 | 0 | 10 | 11 | 113 | 12 | 5 | 30 |
| Binary | 1000001 | 111100 | 111011 | 0 | 1000 | 1001 | 1001011 | 1010 | 101 | 11000 |
Color Harmonies of #413C3B
Complementary color
Monochromatic Colors of #413C3B
Black with #413C3B
Text Example
Text Example
White with #413C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C3B; }
p { color: rgb(65,60,59); }
H1.HeaderClassName
{
color: #413C3B;
}
.AnyTagClassName
{
color: #413C3B;
}
</style>
background-color css
<style>
a { background-color: #413C3B; }
a { background-color: rgb(65,60,59); }
div.DivClassName
{
background-color: #413C3B;
}
.BgClassName
{
background-color: #413C3B;
}
</style>
border-color css
<style>
span { border-color: #413C3B; }
span { border-color: rgb(65,60,59); }
td.TdClassName
{
border-color: #413C3B;
}
.TagClassName
{
border-color: #413C3B;
}
</style>