Shades of Cowboy #4C3434
Tints of Cowboy #4C3434
RGB
CMYK
RGB Variations
Color information
#4C3434 (or 0x4C3434) is known color: Cowboy. HEX triplet: 4C, 34 and 34. RGB value is (76,52,52). Sum of RGB (Red+Green+Blue) = 76+52+52=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3434 is #B3CBCB. Grayscale: #3B3B3B. Windows color (decimal): -11783116 or 3421260. OLE color: 3421260.
HSL color Cylindrical-coordinate representation of color #4C3434: hue angle of 0º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C3434 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 52 | 52 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.70 |
| HSL | 0º | 0.19% | 0.25% | - |
| HSV(B) | 0º | 0.32% | 0.3% | - |
| XYZ | 4.83 | 4.24 | 3.81 | - |
| YUV | 59.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 52 | 0 | 0.32 | 0.32 | 0.70 | 0 | 0.19 | 0.25 |
| Hex | 4C | 34 | 34 | 0 | 20 | 20 | 46 | 0 | 13 | 19 |
| Octal | 114 | 64 | 64 | 0 | 40 | 40 | 106 | 0 | 23 | 31 |
| Binary | 1001100 | 110100 | 110100 | 0 | 100000 | 100000 | 1000110 | 0 | 10011 | 11001 |
Color Harmonies of #4C3434
Complementary color
Monochromatic Colors of #4C3434
Black with #4C3434
Text Example
Text Example
White with #4C3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3434; }
p { color: rgb(76,52,52); }
H1.HeaderClassName
{
color: #4C3434;
}
.AnyTagClassName
{
color: #4C3434;
}
</style>
background-color css
<style>
a { background-color: #4C3434; }
a { background-color: rgb(76,52,52); }
div.DivClassName
{
background-color: #4C3434;
}
.BgClassName
{
background-color: #4C3434;
}
</style>
border-color css
<style>
span { border-color: #4C3434; }
span { border-color: rgb(76,52,52); }
td.TdClassName
{
border-color: #4C3434;
}
.TagClassName
{
border-color: #4C3434;
}
</style>