Shades of Cab Sav #483034
Tints of Cab Sav #483034
RGB
CMYK
RGB Variations
Color information
#483034 (or 0x483034) is known color: Cab Sav. HEX triplet: 48, 30 and 34. RGB value is (72,48,52). Sum of RGB (Red+Green+Blue) = 72+48+52=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483034 is #B7CFCB. Grayscale: #373737. Windows color (decimal): -12046284 or 3420232. OLE color: 3420232.
HSL color Cylindrical-coordinate representation of color #483034: hue angle of 350º 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 #483034 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 52 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.72 |
| HSL | 350º | 0.2% | 0.24% | - |
| HSV(B) | 350º | 0.33% | 0.28% | - |
| XYZ | 4.35 | 3.74 | 3.74 | - |
| YUV | 55.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 52 | 0 | 0.33 | 0.28 | 0.72 | 350 | 0.2 | 0.24 |
| Hex | 48 | 30 | 34 | 0 | 21 | 1C | 48 | 15E | 14 | 18 |
| Octal | 110 | 60 | 64 | 0 | 41 | 34 | 110 | 536 | 24 | 30 |
| Binary | 1001000 | 110000 | 110100 | 0 | 100001 | 11100 | 1001000 | 101011110 | 10100 | 11000 |
Color Harmonies of #483034
Complementary color
Monochromatic Colors of #483034
Black with #483034
Text Example
Text Example
White with #483034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483034; }
p { color: rgb(72,48,52); }
H1.HeaderClassName
{
color: #483034;
}
.AnyTagClassName
{
color: #483034;
}
</style>
background-color css
<style>
a { background-color: #483034; }
a { background-color: rgb(72,48,52); }
div.DivClassName
{
background-color: #483034;
}
.BgClassName
{
background-color: #483034;
}
</style>
border-color css
<style>
span { border-color: #483034; }
span { border-color: rgb(72,48,52); }
td.TdClassName
{
border-color: #483034;
}
.TagClassName
{
border-color: #483034;
}
</style>