Shades of Cab Sav #482F34
Tints of Cab Sav #482F34
RGB
CMYK
RGB Variations
Color information
#482F34 (or 0x482F34) is known color: Cab Sav. HEX triplet: 48, 2F and 34. RGB value is (72,47,52). Sum of RGB (Red+Green+Blue) = 72+47+52=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #482F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F34 is #B7D0CB. Grayscale: #373737. Windows color (decimal): -12046540 or 3419976. OLE color: 3419976.
HSL color Cylindrical-coordinate representation of color #482F34: hue angle of 348º 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 #482F34 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 52 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.72 |
| HSL | 348º | 0.21% | 0.23% | - |
| HSV(B) | 348º | 0.35% | 0.28% | - |
| XYZ | 4.31 | 3.66 | 3.73 | - |
| YUV | 55.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 52 | 0 | 0.35 | 0.28 | 0.72 | 348 | 0.21 | 0.23 |
| Hex | 48 | 2F | 34 | 0 | 23 | 1C | 48 | 15C | 15 | 17 |
| Octal | 110 | 57 | 64 | 0 | 43 | 34 | 110 | 534 | 25 | 27 |
| Binary | 1001000 | 101111 | 110100 | 0 | 100011 | 11100 | 1001000 | 101011100 | 10101 | 10111 |
Color Harmonies of #482F34
Complementary color
Monochromatic Colors of #482F34
Black with #482F34
Text Example
Text Example
White with #482F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F34; }
p { color: rgb(72,47,52); }
H1.HeaderClassName
{
color: #482F34;
}
.AnyTagClassName
{
color: #482F34;
}
</style>
background-color css
<style>
a { background-color: #482F34; }
a { background-color: rgb(72,47,52); }
div.DivClassName
{
background-color: #482F34;
}
.BgClassName
{
background-color: #482F34;
}
</style>
border-color css
<style>
span { border-color: #482F34; }
span { border-color: rgb(72,47,52); }
td.TdClassName
{
border-color: #482F34;
}
.TagClassName
{
border-color: #482F34;
}
</style>