Shades of Cowboy #463C3B
Tints of Cowboy #463C3B
RGB
CMYK
RGB Variations
Color information
#463C3B (or 0x463C3B) is known color: Cowboy. HEX triplet: 46, 3C and 3B. RGB value is (70,60,59). Sum of RGB (Red+Green+Blue) = 70+60+59=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C3B is #B9C3C4. Grayscale: #3E3E3E. Windows color (decimal): -12174277 or 3882054. OLE color: 3882054.
HSL color Cylindrical-coordinate representation of color #463C3B: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #463C3B is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 59 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.73 |
| HSL | 5.45º | 0.09% | 0.25% | - |
| HSV(B) | 5.45º | 0.16% | 0.27% | - |
| XYZ | 4.93 | 4.85 | 4.81 | - |
| YUV | 62.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 59 | 0 | 0.14 | 0.16 | 0.73 | 5.45 | 0.09 | 0.25 |
| Hex | 46 | 3C | 3B | 0 | E | 10 | 49 | 5 | 9 | 19 |
| Octal | 106 | 74 | 73 | 0 | 16 | 20 | 111 | 5 | 11 | 31 |
| Binary | 1000110 | 111100 | 111011 | 0 | 1110 | 10000 | 1001001 | 101 | 1001 | 11001 |
Color Harmonies of #463C3B
Complementary color
Monochromatic Colors of #463C3B
Black with #463C3B
Text Example
Text Example
White with #463C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C3B; }
p { color: rgb(70,60,59); }
H1.HeaderClassName
{
color: #463C3B;
}
.AnyTagClassName
{
color: #463C3B;
}
</style>
background-color css
<style>
a { background-color: #463C3B; }
a { background-color: rgb(70,60,59); }
div.DivClassName
{
background-color: #463C3B;
}
.BgClassName
{
background-color: #463C3B;
}
</style>
border-color css
<style>
span { border-color: #463C3B; }
span { border-color: rgb(70,60,59); }
td.TdClassName
{
border-color: #463C3B;
}
.TagClassName
{
border-color: #463C3B;
}
</style>