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