Shades of Cab Sav #48282E
Tints of Cab Sav #48282E
RGB
CMYK
RGB Variations
Color information
#48282E (or 0x48282E) is known color: Cab Sav. HEX triplet: 48, 28 and 2E. RGB value is (72,40,46). Sum of RGB (Red+Green+Blue) = 72+40+46=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282E is #B7D7D1. Grayscale: #323232. Windows color (decimal): -12048338 or 3024968. OLE color: 3024968.
HSL color Cylindrical-coordinate representation of color #48282E: hue angle of 348.75º 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 #48282E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 46 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.72 |
| HSL | 348.75º | 0.29% | 0.22% | - |
| HSV(B) | 348.75º | 0.44% | 0.28% | - |
| XYZ | 3.92 | 3.09 | 2.97 | - |
| YUV | 50.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 46 | 0 | 0.44 | 0.36 | 0.72 | 348.75 | 0.29 | 0.22 |
| Hex | 48 | 28 | 2E | 0 | 2C | 24 | 48 | 15D | 1D | 16 |
| Octal | 110 | 50 | 56 | 0 | 54 | 44 | 110 | 535 | 35 | 26 |
| Binary | 1001000 | 101000 | 101110 | 0 | 101100 | 100100 | 1001000 | 101011101 | 11101 | 10110 |
Color Harmonies of #48282E
Complementary color
Monochromatic Colors of #48282E
Black with #48282E
Text Example
Text Example
White with #48282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48282E; }
p { color: rgb(72,40,46); }
H1.HeaderClassName
{
color: #48282E;
}
.AnyTagClassName
{
color: #48282E;
}
</style>
background-color css
<style>
a { background-color: #48282E; }
a { background-color: rgb(72,40,46); }
div.DivClassName
{
background-color: #48282E;
}
.BgClassName
{
background-color: #48282E;
}
</style>
border-color css
<style>
span { border-color: #48282E; }
span { border-color: rgb(72,40,46); }
td.TdClassName
{
border-color: #48282E;
}
.TagClassName
{
border-color: #48282E;
}
</style>