Shades of Cowboy #463331
Tints of Cowboy #463331
RGB
CMYK
RGB Variations
Color information
#463331 (or 0x463331) is known color: Cowboy. HEX triplet: 46, 33 and 31. RGB value is (70,51,49). Sum of RGB (Red+Green+Blue) = 70+51+49=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #463331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463331 is #B9CCCE. Grayscale: #383838. Windows color (decimal): -12176591 or 3224390. OLE color: 3224390.
HSL color Cylindrical-coordinate representation of color #463331: hue angle of 5.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463331 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 51 | 49 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.73 |
| HSL | 5.71º | 0.18% | 0.23% | - |
| HSV(B) | 5.71º | 0.3% | 0.27% | - |
| XYZ | 4.26 | 3.89 | 3.43 | - |
| YUV | 56.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 49 | 0 | 0.27 | 0.30 | 0.73 | 5.71 | 0.18 | 0.23 |
| Hex | 46 | 33 | 31 | 0 | 1B | 1E | 49 | 6 | 12 | 17 |
| Octal | 106 | 63 | 61 | 0 | 33 | 36 | 111 | 6 | 22 | 27 |
| Binary | 1000110 | 110011 | 110001 | 0 | 11011 | 11110 | 1001001 | 110 | 10010 | 10111 |
Color Harmonies of #463331
Complementary color
Monochromatic Colors of #463331
Black with #463331
Text Example
Text Example
White with #463331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463331; }
p { color: rgb(70,51,49); }
H1.HeaderClassName
{
color: #463331;
}
.AnyTagClassName
{
color: #463331;
}
</style>
background-color css
<style>
a { background-color: #463331; }
a { background-color: rgb(70,51,49); }
div.DivClassName
{
background-color: #463331;
}
.BgClassName
{
background-color: #463331;
}
</style>
border-color css
<style>
span { border-color: #463331; }
span { border-color: rgb(70,51,49); }
td.TdClassName
{
border-color: #463331;
}
.TagClassName
{
border-color: #463331;
}
</style>