Shades of Cowboy #483434
Tints of Cowboy #483434
RGB
CMYK
RGB Variations
Color information
#483434 (or 0x483434) is known color: Cowboy. HEX triplet: 48, 34 and 34. RGB value is (72,52,52). Sum of RGB (Red+Green+Blue) = 72+52+52=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483434 is #B7CBCB. Grayscale: #3A3A3A. Windows color (decimal): -12045260 or 3421256. OLE color: 3421256.
HSL color Cylindrical-coordinate representation of color #483434: hue angle of 0º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483434 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 52 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.72 |
| HSL | 0º | 0.16% | 0.24% | - |
| HSV(B) | 0º | 0.28% | 0.28% | - |
| XYZ | 4.52 | 4.08 | 3.8 | - |
| YUV | 57.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 52 | 0 | 0.28 | 0.28 | 0.72 | 0 | 0.16 | 0.24 |
| Hex | 48 | 34 | 34 | 0 | 1C | 1C | 48 | 0 | 10 | 18 |
| Octal | 110 | 64 | 64 | 0 | 34 | 34 | 110 | 0 | 20 | 30 |
| Binary | 1001000 | 110100 | 110100 | 0 | 11100 | 11100 | 1001000 | 0 | 10000 | 11000 |
Color Harmonies of #483434
Complementary color
Monochromatic Colors of #483434
Black with #483434
Text Example
Text Example
White with #483434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483434; }
p { color: rgb(72,52,52); }
H1.HeaderClassName
{
color: #483434;
}
.AnyTagClassName
{
color: #483434;
}
</style>
background-color css
<style>
a { background-color: #483434; }
a { background-color: rgb(72,52,52); }
div.DivClassName
{
background-color: #483434;
}
.BgClassName
{
background-color: #483434;
}
</style>
border-color css
<style>
span { border-color: #483434; }
span { border-color: rgb(72,52,52); }
td.TdClassName
{
border-color: #483434;
}
.TagClassName
{
border-color: #483434;
}
</style>