Shades of Cowboy #483A39
Tints of Cowboy #483A39
RGB
CMYK
RGB Variations
Color information
#483A39 (or 0x483A39) is known color: Cowboy. HEX triplet: 48, 3A and 39. RGB value is (72,58,57). Sum of RGB (Red+Green+Blue) = 72+58+57=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #483A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A39 is #B7C5C6. Grayscale: #3E3E3E. Windows color (decimal): -12043719 or 3750472. OLE color: 3750472.
HSL color Cylindrical-coordinate representation of color #483A39: hue angle of 4º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #483A39 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 57 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.72 |
| HSL | 4º | 0.12% | 0.25% | - |
| HSV(B) | 4º | 0.21% | 0.28% | - |
| XYZ | 4.92 | 4.7 | 4.52 | - |
| YUV | 62.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 57 | 0 | 0.19 | 0.21 | 0.72 | 4 | 0.12 | 0.25 |
| Hex | 48 | 3A | 39 | 0 | 13 | 15 | 48 | 4 | C | 19 |
| Octal | 110 | 72 | 71 | 0 | 23 | 25 | 110 | 4 | 14 | 31 |
| Binary | 1001000 | 111010 | 111001 | 0 | 10011 | 10101 | 1001000 | 100 | 1100 | 11001 |
Color Harmonies of #483A39
Complementary color
Monochromatic Colors of #483A39
Black with #483A39
Text Example
Text Example
White with #483A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A39; }
p { color: rgb(72,58,57); }
H1.HeaderClassName
{
color: #483A39;
}
.AnyTagClassName
{
color: #483A39;
}
</style>
background-color css
<style>
a { background-color: #483A39; }
a { background-color: rgb(72,58,57); }
div.DivClassName
{
background-color: #483A39;
}
.BgClassName
{
background-color: #483A39;
}
</style>
border-color css
<style>
span { border-color: #483A39; }
span { border-color: rgb(72,58,57); }
td.TdClassName
{
border-color: #483A39;
}
.TagClassName
{
border-color: #483A39;
}
</style>