Shades of Cab Sav #4A272D
Tints of Cab Sav #4A272D
RGB
CMYK
RGB Variations
Color information
#4A272D (or 0x4A272D) is known color: Cab Sav. HEX triplet: 4A, 27 and 2D. RGB value is (74,39,45). Sum of RGB (Red+Green+Blue) = 74+39+45=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A272D is #B5D8D2. Grayscale: #323232. Windows color (decimal): -11917523 or 2959178. OLE color: 2959178.
HSL color Cylindrical-coordinate representation of color #4A272D: hue angle of 349.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A272D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 45 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.71 |
| HSL | 349.71º | 0.31% | 0.22% | - |
| HSV(B) | 349.71º | 0.47% | 0.29% | - |
| XYZ | 4.02 | 3.1 | 2.87 | - |
| YUV | 50.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 45 | 0 | 0.47 | 0.39 | 0.71 | 349.71 | 0.31 | 0.22 |
| Hex | 4A | 27 | 2D | 0 | 2F | 27 | 47 | 15E | 1F | 16 |
| Octal | 112 | 47 | 55 | 0 | 57 | 47 | 107 | 536 | 37 | 26 |
| Binary | 1001010 | 100111 | 101101 | 0 | 101111 | 100111 | 1000111 | 101011110 | 11111 | 10110 |
Color Harmonies of #4A272D
Complementary color
Monochromatic Colors of #4A272D
Black with #4A272D
Text Example
Text Example
White with #4A272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A272D; }
p { color: rgb(74,39,45); }
H1.HeaderClassName
{
color: #4A272D;
}
.AnyTagClassName
{
color: #4A272D;
}
</style>
background-color css
<style>
a { background-color: #4A272D; }
a { background-color: rgb(74,39,45); }
div.DivClassName
{
background-color: #4A272D;
}
.BgClassName
{
background-color: #4A272D;
}
</style>
border-color css
<style>
span { border-color: #4A272D; }
span { border-color: rgb(74,39,45); }
td.TdClassName
{
border-color: #4A272D;
}
.TagClassName
{
border-color: #4A272D;
}
</style>