Shades of Cab Sav #4A3135
Tints of Cab Sav #4A3135
RGB
CMYK
RGB Variations
Color information
#4A3135 (or 0x4A3135) is known color: Cab Sav. HEX triplet: 4A, 31 and 35. RGB value is (74,49,53). Sum of RGB (Red+Green+Blue) = 74+49+53=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3135 is #B5CECA. Grayscale: #383838. Windows color (decimal): -11914955 or 3486026. OLE color: 3486026.
HSL color Cylindrical-coordinate representation of color #4A3135: hue angle of 350.4º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A3135 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 53 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.71 |
| HSL | 350.4º | 0.2% | 0.24% | - |
| HSV(B) | 350.4º | 0.34% | 0.29% | - |
| XYZ | 4.56 | 3.91 | 3.88 | - |
| YUV | 56.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 53 | 0 | 0.34 | 0.28 | 0.71 | 350.4 | 0.2 | 0.24 |
| Hex | 4A | 31 | 35 | 0 | 22 | 1C | 47 | 15E | 14 | 18 |
| Octal | 112 | 61 | 65 | 0 | 42 | 34 | 107 | 536 | 24 | 30 |
| Binary | 1001010 | 110001 | 110101 | 0 | 100010 | 11100 | 1000111 | 101011110 | 10100 | 11000 |
Color Harmonies of #4A3135
Complementary color
Monochromatic Colors of #4A3135
Black with #4A3135
Text Example
Text Example
White with #4A3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3135; }
p { color: rgb(74,49,53); }
H1.HeaderClassName
{
color: #4A3135;
}
.AnyTagClassName
{
color: #4A3135;
}
</style>
background-color css
<style>
a { background-color: #4A3135; }
a { background-color: rgb(74,49,53); }
div.DivClassName
{
background-color: #4A3135;
}
.BgClassName
{
background-color: #4A3135;
}
</style>
border-color css
<style>
span { border-color: #4A3135; }
span { border-color: rgb(74,49,53); }
td.TdClassName
{
border-color: #4A3135;
}
.TagClassName
{
border-color: #4A3135;
}
</style>