Shades of Cab Sav #48282D
Tints of Cab Sav #48282D
RGB
CMYK
RGB Variations
Color information
#48282D (or 0x48282D) is known color: Cab Sav. HEX triplet: 48, 28 and 2D. RGB value is (72,40,45). Sum of RGB (Red+Green+Blue) = 72+40+45=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282D is #B7D7D2. Grayscale: #323232. Windows color (decimal): -12048339 or 2959432. OLE color: 2959432.
HSL color Cylindrical-coordinate representation of color #48282D: hue angle of 350.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48282D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 45 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.72 |
| HSL | 350.63º | 0.29% | 0.22% | - |
| HSV(B) | 350.63º | 0.44% | 0.28% | - |
| XYZ | 3.9 | 3.08 | 2.87 | - |
| YUV | 50.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 45 | 0 | 0.44 | 0.38 | 0.72 | 350.63 | 0.29 | 0.22 |
| Hex | 48 | 28 | 2D | 0 | 2C | 26 | 48 | 15F | 1D | 16 |
| Octal | 110 | 50 | 55 | 0 | 54 | 46 | 110 | 537 | 35 | 26 |
| Binary | 1001000 | 101000 | 101101 | 0 | 101100 | 100110 | 1001000 | 101011111 | 11101 | 10110 |
Color Harmonies of #48282D
Complementary color
Monochromatic Colors of #48282D
Black with #48282D
Text Example
Text Example
White with #48282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48282D; }
p { color: rgb(72,40,45); }
H1.HeaderClassName
{
color: #48282D;
}
.AnyTagClassName
{
color: #48282D;
}
</style>
background-color css
<style>
a { background-color: #48282D; }
a { background-color: rgb(72,40,45); }
div.DivClassName
{
background-color: #48282D;
}
.BgClassName
{
background-color: #48282D;
}
</style>
border-color css
<style>
span { border-color: #48282D; }
span { border-color: rgb(72,40,45); }
td.TdClassName
{
border-color: #48282D;
}
.TagClassName
{
border-color: #48282D;
}
</style>