Shades of Cowboy #483534
Tints of Cowboy #483534
RGB
CMYK
RGB Variations
Color information
#483534 (or 0x483534) is known color: Cowboy. HEX triplet: 48, 35 and 34. RGB value is (72,53,52). Sum of RGB (Red+Green+Blue) = 72+53+52=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483534 is #B7CACB. Grayscale: #3A3A3A. Windows color (decimal): -12045004 or 3421512. OLE color: 3421512.
HSL color Cylindrical-coordinate representation of color #483534: hue angle of 3º 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 #483534 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 52 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.72 |
| HSL | 3º | 0.16% | 0.24% | - |
| HSV(B) | 3º | 0.28% | 0.28% | - |
| XYZ | 4.57 | 4.17 | 3.81 | - |
| YUV | 58.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 52 | 0 | 0.26 | 0.28 | 0.72 | 3 | 0.16 | 0.24 |
| Hex | 48 | 35 | 34 | 0 | 1A | 1C | 48 | 3 | 10 | 18 |
| Octal | 110 | 65 | 64 | 0 | 32 | 34 | 110 | 3 | 20 | 30 |
| Binary | 1001000 | 110101 | 110100 | 0 | 11010 | 11100 | 1001000 | 11 | 10000 | 11000 |
Color Harmonies of #483534
Complementary color
Monochromatic Colors of #483534
Black with #483534
Text Example
Text Example
White with #483534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483534; }
p { color: rgb(72,53,52); }
H1.HeaderClassName
{
color: #483534;
}
.AnyTagClassName
{
color: #483534;
}
</style>
background-color css
<style>
a { background-color: #483534; }
a { background-color: rgb(72,53,52); }
div.DivClassName
{
background-color: #483534;
}
.BgClassName
{
background-color: #483534;
}
</style>
border-color css
<style>
span { border-color: #483534; }
span { border-color: rgb(72,53,52); }
td.TdClassName
{
border-color: #483534;
}
.TagClassName
{
border-color: #483534;
}
</style>