Shades of Cab Sav #482F30
Tints of Cab Sav #482F30
RGB
CMYK
RGB Variations
Color information
#482F30 (or 0x482F30) is known color: Cab Sav. HEX triplet: 48, 2F and 30. RGB value is (72,47,48). Sum of RGB (Red+Green+Blue) = 72+47+48=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #482F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F30 is #B7D0CF. Grayscale: #363636. Windows color (decimal): -12046544 or 3157832. OLE color: 3157832.
HSL color Cylindrical-coordinate representation of color #482F30: hue angle of 357.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #482F30 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 48 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.72 |
| HSL | 357.6º | 0.21% | 0.23% | - |
| HSV(B) | 357.6º | 0.35% | 0.28% | - |
| XYZ | 4.22 | 3.62 | 3.27 | - |
| YUV | 54.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 48 | 0 | 0.35 | 0.33 | 0.72 | 357.6 | 0.21 | 0.23 |
| Hex | 48 | 2F | 30 | 0 | 23 | 21 | 48 | 166 | 15 | 17 |
| Octal | 110 | 57 | 60 | 0 | 43 | 41 | 110 | 546 | 25 | 27 |
| Binary | 1001000 | 101111 | 110000 | 0 | 100011 | 100001 | 1001000 | 101100110 | 10101 | 10111 |
Color Harmonies of #482F30
Complementary color
Monochromatic Colors of #482F30
Black with #482F30
Text Example
Text Example
White with #482F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F30; }
p { color: rgb(72,47,48); }
H1.HeaderClassName
{
color: #482F30;
}
.AnyTagClassName
{
color: #482F30;
}
</style>
background-color css
<style>
a { background-color: #482F30; }
a { background-color: rgb(72,47,48); }
div.DivClassName
{
background-color: #482F30;
}
.BgClassName
{
background-color: #482F30;
}
</style>
border-color css
<style>
span { border-color: #482F30; }
span { border-color: rgb(72,47,48); }
td.TdClassName
{
border-color: #482F30;
}
.TagClassName
{
border-color: #482F30;
}
</style>