Shades of Cab Sav #482A2D
Tints of Cab Sav #482A2D
RGB
CMYK
RGB Variations
Color information
#482A2D (or 0x482A2D) is known color: Cab Sav. HEX triplet: 48, 2A and 2D. RGB value is (72,42,45). Sum of RGB (Red+Green+Blue) = 72+42+45=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A2D is #B7D5D2. Grayscale: #333333. Windows color (decimal): -12047827 or 2959944. OLE color: 2959944.
HSL color Cylindrical-coordinate representation of color #482A2D: hue angle of 354º 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 #482A2D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 45 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.72 |
| HSL | 354º | 0.26% | 0.22% | - |
| HSV(B) | 354º | 0.42% | 0.28% | - |
| XYZ | 3.97 | 3.22 | 2.9 | - |
| YUV | 51.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 45 | 0 | 0.42 | 0.38 | 0.72 | 354 | 0.26 | 0.22 |
| Hex | 48 | 2A | 2D | 0 | 2A | 26 | 48 | 162 | 1A | 16 |
| Octal | 110 | 52 | 55 | 0 | 52 | 46 | 110 | 542 | 32 | 26 |
| Binary | 1001000 | 101010 | 101101 | 0 | 101010 | 100110 | 1001000 | 101100010 | 11010 | 10110 |
Color Harmonies of #482A2D
Complementary color
Monochromatic Colors of #482A2D
Black with #482A2D
Text Example
Text Example
White with #482A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A2D; }
p { color: rgb(72,42,45); }
H1.HeaderClassName
{
color: #482A2D;
}
.AnyTagClassName
{
color: #482A2D;
}
</style>
background-color css
<style>
a { background-color: #482A2D; }
a { background-color: rgb(72,42,45); }
div.DivClassName
{
background-color: #482A2D;
}
.BgClassName
{
background-color: #482A2D;
}
</style>
border-color css
<style>
span { border-color: #482A2D; }
span { border-color: rgb(72,42,45); }
td.TdClassName
{
border-color: #482A2D;
}
.TagClassName
{
border-color: #482A2D;
}
</style>