Shades of Cab Sav #483539
Tints of Cab Sav #483539
RGB
CMYK
RGB Variations
Color information
#483539 (or 0x483539) is known color: Cab Sav. HEX triplet: 48, 35 and 39. RGB value is (72,53,57). Sum of RGB (Red+Green+Blue) = 72+53+57=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #483539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483539 is #B7CAC6. Grayscale: #3B3B3B. Windows color (decimal): -12044999 or 3749192. OLE color: 3749192.
HSL color Cylindrical-coordinate representation of color #483539: hue angle of 347.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483539 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 57 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.72 |
| HSL | 347.37º | 0.15% | 0.25% | - |
| HSV(B) | 347.37º | 0.26% | 0.28% | - |
| XYZ | 4.68 | 4.22 | 4.44 | - |
| YUV | 59.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 57 | 0 | 0.26 | 0.21 | 0.72 | 347.37 | 0.15 | 0.25 |
| Hex | 48 | 35 | 39 | 0 | 1A | 15 | 48 | 15B | F | 19 |
| Octal | 110 | 65 | 71 | 0 | 32 | 25 | 110 | 533 | 17 | 31 |
| Binary | 1001000 | 110101 | 111001 | 0 | 11010 | 10101 | 1001000 | 101011011 | 1111 | 11001 |
Color Harmonies of #483539
Complementary color
Monochromatic Colors of #483539
Black with #483539
Text Example
Text Example
White with #483539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483539; }
p { color: rgb(72,53,57); }
H1.HeaderClassName
{
color: #483539;
}
.AnyTagClassName
{
color: #483539;
}
</style>
background-color css
<style>
a { background-color: #483539; }
a { background-color: rgb(72,53,57); }
div.DivClassName
{
background-color: #483539;
}
.BgClassName
{
background-color: #483539;
}
</style>
border-color css
<style>
span { border-color: #483539; }
span { border-color: rgb(72,53,57); }
td.TdClassName
{
border-color: #483539;
}
.TagClassName
{
border-color: #483539;
}
</style>