Shades of Cab Sav #482F32
Tints of Cab Sav #482F32
RGB
CMYK
RGB Variations
Color information
#482F32 (or 0x482F32) is known color: Cab Sav. HEX triplet: 48, 2F and 32. RGB value is (72,47,50). Sum of RGB (Red+Green+Blue) = 72+47+50=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F32 is #B7D0CD. Grayscale: #363636. Windows color (decimal): -12046542 or 3288904. OLE color: 3288904.
HSL color Cylindrical-coordinate representation of color #482F32: hue angle of 352.8º 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 #482F32 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 50 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.72 |
| HSL | 352.8º | 0.21% | 0.23% | - |
| HSV(B) | 352.8º | 0.35% | 0.28% | - |
| XYZ | 4.26 | 3.64 | 3.5 | - |
| YUV | 54.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 50 | 0 | 0.35 | 0.31 | 0.72 | 352.8 | 0.21 | 0.23 |
| Hex | 48 | 2F | 32 | 0 | 23 | 1F | 48 | 161 | 15 | 17 |
| Octal | 110 | 57 | 62 | 0 | 43 | 37 | 110 | 541 | 25 | 27 |
| Binary | 1001000 | 101111 | 110010 | 0 | 100011 | 11111 | 1001000 | 101100001 | 10101 | 10111 |
Color Harmonies of #482F32
Complementary color
Monochromatic Colors of #482F32
Black with #482F32
Text Example
Text Example
White with #482F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F32; }
p { color: rgb(72,47,50); }
H1.HeaderClassName
{
color: #482F32;
}
.AnyTagClassName
{
color: #482F32;
}
</style>
background-color css
<style>
a { background-color: #482F32; }
a { background-color: rgb(72,47,50); }
div.DivClassName
{
background-color: #482F32;
}
.BgClassName
{
background-color: #482F32;
}
</style>
border-color css
<style>
span { border-color: #482F32; }
span { border-color: rgb(72,47,50); }
td.TdClassName
{
border-color: #482F32;
}
.TagClassName
{
border-color: #482F32;
}
</style>