Shades of Cab Sav #4A3133
Tints of Cab Sav #4A3133
RGB
CMYK
RGB Variations
Color information
#4A3133 (or 0x4A3133) is known color: Cab Sav. HEX triplet: 4A, 31 and 33. RGB value is (74,49,51). Sum of RGB (Red+Green+Blue) = 74+49+51=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3133 is #B5CECC. Grayscale: #383838. Windows color (decimal): -11914957 or 3354954. OLE color: 3354954.
HSL color Cylindrical-coordinate representation of color #4A3133: hue angle of 355.2º 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 #4A3133 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 51 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.71 |
| HSL | 355.2º | 0.2% | 0.24% | - |
| HSV(B) | 355.2º | 0.34% | 0.29% | - |
| XYZ | 4.52 | 3.89 | 3.64 | - |
| YUV | 56.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 51 | 0 | 0.34 | 0.31 | 0.71 | 355.2 | 0.2 | 0.24 |
| Hex | 4A | 31 | 33 | 0 | 22 | 1F | 47 | 163 | 14 | 18 |
| Octal | 112 | 61 | 63 | 0 | 42 | 37 | 107 | 543 | 24 | 30 |
| Binary | 1001010 | 110001 | 110011 | 0 | 100010 | 11111 | 1000111 | 101100011 | 10100 | 11000 |
Color Harmonies of #4A3133
Complementary color
Monochromatic Colors of #4A3133
Black with #4A3133
Text Example
Text Example
White with #4A3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3133; }
p { color: rgb(74,49,51); }
H1.HeaderClassName
{
color: #4A3133;
}
.AnyTagClassName
{
color: #4A3133;
}
</style>
background-color css
<style>
a { background-color: #4A3133; }
a { background-color: rgb(74,49,51); }
div.DivClassName
{
background-color: #4A3133;
}
.BgClassName
{
background-color: #4A3133;
}
</style>
border-color css
<style>
span { border-color: #4A3133; }
span { border-color: rgb(74,49,51); }
td.TdClassName
{
border-color: #4A3133;
}
.TagClassName
{
border-color: #4A3133;
}
</style>