Shades of Cowboy #483030
Tints of Cowboy #483030
RGB
CMYK
RGB Variations
Color information
#483030 (or 0x483030) is known color: Cowboy. HEX triplet: 48, 30 and 30. RGB value is (72,48,48). Sum of RGB (Red+Green+Blue) = 72+48+48=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483030 is #B7CFCF. Grayscale: #373737. Windows color (decimal): -12046288 or 3158088. OLE color: 3158088.
HSL color Cylindrical-coordinate representation of color #483030: hue angle of 0º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483030 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 48 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.72 |
| HSL | 0º | 0.2% | 0.24% | - |
| HSV(B) | 0º | 0.33% | 0.28% | - |
| XYZ | 4.26 | 3.71 | 3.29 | - |
| YUV | 55.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 48 | 0 | 0.33 | 0.33 | 0.72 | 0 | 0.2 | 0.24 |
| Hex | 48 | 30 | 30 | 0 | 21 | 21 | 48 | 0 | 14 | 18 |
| Octal | 110 | 60 | 60 | 0 | 41 | 41 | 110 | 0 | 24 | 30 |
| Binary | 1001000 | 110000 | 110000 | 0 | 100001 | 100001 | 1001000 | 0 | 10100 | 11000 |
Color Harmonies of #483030
Complementary color
Monochromatic Colors of #483030
Black with #483030
Text Example
Text Example
White with #483030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483030; }
p { color: rgb(72,48,48); }
H1.HeaderClassName
{
color: #483030;
}
.AnyTagClassName
{
color: #483030;
}
</style>
background-color css
<style>
a { background-color: #483030; }
a { background-color: rgb(72,48,48); }
div.DivClassName
{
background-color: #483030;
}
.BgClassName
{
background-color: #483030;
}
</style>
border-color css
<style>
span { border-color: #483030; }
span { border-color: rgb(72,48,48); }
td.TdClassName
{
border-color: #483030;
}
.TagClassName
{
border-color: #483030;
}
</style>