Shades of Cowboy #483433
Tints of Cowboy #483433
RGB
CMYK
RGB Variations
Color information
#483433 (or 0x483433) is known color: Cowboy. HEX triplet: 48, 34 and 33. RGB value is (72,52,51). Sum of RGB (Red+Green+Blue) = 72+52+51=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483433 is #B7CBCC. Grayscale: #393939. Windows color (decimal): -12045261 or 3355720. OLE color: 3355720.
HSL color Cylindrical-coordinate representation of color #483433: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483433 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 51 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.72 |
| HSL | 2.86º | 0.17% | 0.24% | - |
| HSV(B) | 2.86º | 0.29% | 0.28% | - |
| XYZ | 4.5 | 4.07 | 3.68 | - |
| YUV | 57.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 51 | 0 | 0.28 | 0.29 | 0.72 | 2.86 | 0.17 | 0.24 |
| Hex | 48 | 34 | 33 | 0 | 1C | 1D | 48 | 3 | 11 | 18 |
| Octal | 110 | 64 | 63 | 0 | 34 | 35 | 110 | 3 | 21 | 30 |
| Binary | 1001000 | 110100 | 110011 | 0 | 11100 | 11101 | 1001000 | 11 | 10001 | 11000 |
Color Harmonies of #483433
Complementary color
Monochromatic Colors of #483433
Black with #483433
Text Example
Text Example
White with #483433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483433; }
p { color: rgb(72,52,51); }
H1.HeaderClassName
{
color: #483433;
}
.AnyTagClassName
{
color: #483433;
}
</style>
background-color css
<style>
a { background-color: #483433; }
a { background-color: rgb(72,52,51); }
div.DivClassName
{
background-color: #483433;
}
.BgClassName
{
background-color: #483433;
}
</style>
border-color css
<style>
span { border-color: #483433; }
span { border-color: rgb(72,52,51); }
td.TdClassName
{
border-color: #483433;
}
.TagClassName
{
border-color: #483433;
}
</style>