Shades of Cab Sav #482A31
Tints of Cab Sav #482A31
RGB
CMYK
RGB Variations
Color information
#482A31 (or 0x482A31) is known color: Cab Sav. HEX triplet: 48, 2A and 31. RGB value is (72,42,49). Sum of RGB (Red+Green+Blue) = 72+42+49=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A31 is #B7D5CE. Grayscale: #333333. Windows color (decimal): -12047823 or 3222088. OLE color: 3222088.
HSL color Cylindrical-coordinate representation of color #482A31: hue angle of 346º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482A31 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 49 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.72 |
| HSL | 346º | 0.26% | 0.22% | - |
| HSV(B) | 346º | 0.42% | 0.28% | - |
| XYZ | 4.05 | 3.26 | 3.32 | - |
| YUV | 51.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 49 | 0 | 0.42 | 0.32 | 0.72 | 346 | 0.26 | 0.22 |
| Hex | 48 | 2A | 31 | 0 | 2A | 20 | 48 | 15A | 1A | 16 |
| Octal | 110 | 52 | 61 | 0 | 52 | 40 | 110 | 532 | 32 | 26 |
| Binary | 1001000 | 101010 | 110001 | 0 | 101010 | 100000 | 1001000 | 101011010 | 11010 | 10110 |
Color Harmonies of #482A31
Complementary color
Monochromatic Colors of #482A31
Black with #482A31
Text Example
Text Example
White with #482A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A31; }
p { color: rgb(72,42,49); }
H1.HeaderClassName
{
color: #482A31;
}
.AnyTagClassName
{
color: #482A31;
}
</style>
background-color css
<style>
a { background-color: #482A31; }
a { background-color: rgb(72,42,49); }
div.DivClassName
{
background-color: #482A31;
}
.BgClassName
{
background-color: #482A31;
}
</style>
border-color css
<style>
span { border-color: #482A31; }
span { border-color: rgb(72,42,49); }
td.TdClassName
{
border-color: #482A31;
}
.TagClassName
{
border-color: #482A31;
}
</style>