Shades of Cab Sav #48262D
Tints of Cab Sav #48262D
RGB
CMYK
RGB Variations
Color information
#48262D (or 0x48262D) is known color: Cab Sav. HEX triplet: 48, 26 and 2D. RGB value is (72,38,45). Sum of RGB (Red+Green+Blue) = 72+38+45=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262D is #B7D9D2. Grayscale: #303030. Windows color (decimal): -12048851 or 2958920. OLE color: 2958920.
HSL color Cylindrical-coordinate representation of color #48262D: hue angle of 347.65º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48262D is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 38 | 45 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.72 |
| HSL | 347.65º | 0.31% | 0.22% | - |
| HSV(B) | 347.65º | 0.47% | 0.28% | - |
| XYZ | 3.84 | 2.95 | 2.85 | - |
| YUV | 48.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 45 | 0 | 0.47 | 0.38 | 0.72 | 347.65 | 0.31 | 0.22 |
| Hex | 48 | 26 | 2D | 0 | 2F | 26 | 48 | 15C | 1F | 16 |
| Octal | 110 | 46 | 55 | 0 | 57 | 46 | 110 | 534 | 37 | 26 |
| Binary | 1001000 | 100110 | 101101 | 0 | 101111 | 100110 | 1001000 | 101011100 | 11111 | 10110 |
Color Harmonies of #48262D
Complementary color
Monochromatic Colors of #48262D
Black with #48262D
Text Example
Text Example
White with #48262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48262D; }
p { color: rgb(72,38,45); }
H1.HeaderClassName
{
color: #48262D;
}
.AnyTagClassName
{
color: #48262D;
}
</style>
background-color css
<style>
a { background-color: #48262D; }
a { background-color: rgb(72,38,45); }
div.DivClassName
{
background-color: #48262D;
}
.BgClassName
{
background-color: #48262D;
}
</style>
border-color css
<style>
span { border-color: #48262D; }
span { border-color: rgb(72,38,45); }
td.TdClassName
{
border-color: #48262D;
}
.TagClassName
{
border-color: #48262D;
}
</style>