Shades of Cowboy #412E2E
Tints of Cowboy #412E2E
RGB
CMYK
RGB Variations
Color information
#412E2E (or 0x412E2E) is known color: Cowboy. HEX triplet: 41, 2E and 2E. RGB value is (65,46,46). Sum of RGB (Red+Green+Blue) = 65+46+46=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E2E is #BED1D1. Grayscale: #333333. Windows color (decimal): -12505554 or 3026497. OLE color: 3026497.
HSL color Cylindrical-coordinate representation of color #412E2E: hue angle of 0º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E2E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 46 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.75 |
| HSL | 0º | 0.17% | 0.22% | - |
| HSV(B) | 0º | 0.29% | 0.25% | - |
| XYZ | 3.65 | 3.28 | 3.02 | - |
| YUV | 51.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 46 | 0 | 0.29 | 0.29 | 0.75 | 0 | 0.17 | 0.22 |
| Hex | 41 | 2E | 2E | 0 | 1D | 1D | 4B | 0 | 11 | 16 |
| Octal | 101 | 56 | 56 | 0 | 35 | 35 | 113 | 0 | 21 | 26 |
| Binary | 1000001 | 101110 | 101110 | 0 | 11101 | 11101 | 1001011 | 0 | 10001 | 10110 |
Color Harmonies of #412E2E
Complementary color
Monochromatic Colors of #412E2E
Black with #412E2E
Text Example
Text Example
White with #412E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E2E; }
p { color: rgb(65,46,46); }
H1.HeaderClassName
{
color: #412E2E;
}
.AnyTagClassName
{
color: #412E2E;
}
</style>
background-color css
<style>
a { background-color: #412E2E; }
a { background-color: rgb(65,46,46); }
div.DivClassName
{
background-color: #412E2E;
}
.BgClassName
{
background-color: #412E2E;
}
</style>
border-color css
<style>
span { border-color: #412E2E; }
span { border-color: rgb(65,46,46); }
td.TdClassName
{
border-color: #412E2E;
}
.TagClassName
{
border-color: #412E2E;
}
</style>