Shades of Cowboy #422F2E
Tints of Cowboy #422F2E
RGB
CMYK
RGB Variations
Color information
#422F2E (or 0x422F2E) is known color: Cowboy. HEX triplet: 42, 2F and 2E. RGB value is (66,47,46). Sum of RGB (Red+Green+Blue) = 66+47+46=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F2E is #BDD0D1. Grayscale: #343434. Windows color (decimal): -12439762 or 3026754. OLE color: 3026754.
HSL color Cylindrical-coordinate representation of color #422F2E: hue angle of 3º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #422F2E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 46 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.74 |
| HSL | 3º | 0.18% | 0.22% | - |
| HSV(B) | 3º | 0.3% | 0.26% | - |
| XYZ | 3.76 | 3.39 | 3.04 | - |
| YUV | 52.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 46 | 0 | 0.29 | 0.30 | 0.74 | 3 | 0.18 | 0.22 |
| Hex | 42 | 2F | 2E | 0 | 1D | 1E | 4A | 3 | 12 | 16 |
| Octal | 102 | 57 | 56 | 0 | 35 | 36 | 112 | 3 | 22 | 26 |
| Binary | 1000010 | 101111 | 101110 | 0 | 11101 | 11110 | 1001010 | 11 | 10010 | 10110 |
Color Harmonies of #422F2E
Complementary color
Monochromatic Colors of #422F2E
Black with #422F2E
Text Example
Text Example
White with #422F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F2E; }
p { color: rgb(66,47,46); }
H1.HeaderClassName
{
color: #422F2E;
}
.AnyTagClassName
{
color: #422F2E;
}
</style>
background-color css
<style>
a { background-color: #422F2E; }
a { background-color: rgb(66,47,46); }
div.DivClassName
{
background-color: #422F2E;
}
.BgClassName
{
background-color: #422F2E;
}
</style>
border-color css
<style>
span { border-color: #422F2E; }
span { border-color: rgb(66,47,46); }
td.TdClassName
{
border-color: #422F2E;
}
.TagClassName
{
border-color: #422F2E;
}
</style>