Shades of Cab Sav #483338
Tints of Cab Sav #483338
RGB
CMYK
RGB Variations
Color information
#483338 (or 0x483338) is known color: Cab Sav. HEX triplet: 48, 33 and 38. RGB value is (72,51,56). Sum of RGB (Red+Green+Blue) = 72+51+56=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #483338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483338 is #B7CCC7. Grayscale: #393939. Windows color (decimal): -12045512 or 3683144. OLE color: 3683144.
HSL color Cylindrical-coordinate representation of color #483338: hue angle of 345.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483338 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 56 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.72 |
| HSL | 345.71º | 0.17% | 0.24% | - |
| HSV(B) | 345.71º | 0.29% | 0.28% | - |
| XYZ | 4.57 | 4.03 | 4.28 | - |
| YUV | 57.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 56 | 0 | 0.29 | 0.22 | 0.72 | 345.71 | 0.17 | 0.24 |
| Hex | 48 | 33 | 38 | 0 | 1D | 16 | 48 | 15A | 11 | 18 |
| Octal | 110 | 63 | 70 | 0 | 35 | 26 | 110 | 532 | 21 | 30 |
| Binary | 1001000 | 110011 | 111000 | 0 | 11101 | 10110 | 1001000 | 101011010 | 10001 | 11000 |
Color Harmonies of #483338
Complementary color
Monochromatic Colors of #483338
Black with #483338
Text Example
Text Example
White with #483338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483338; }
p { color: rgb(72,51,56); }
H1.HeaderClassName
{
color: #483338;
}
.AnyTagClassName
{
color: #483338;
}
</style>
background-color css
<style>
a { background-color: #483338; }
a { background-color: rgb(72,51,56); }
div.DivClassName
{
background-color: #483338;
}
.BgClassName
{
background-color: #483338;
}
</style>
border-color css
<style>
span { border-color: #483338; }
span { border-color: rgb(72,51,56); }
td.TdClassName
{
border-color: #483338;
}
.TagClassName
{
border-color: #483338;
}
</style>