Shades of Cab Sav #4E2A2F
Tints of Cab Sav #4E2A2F
RGB
CMYK
RGB Variations
Color information
#4E2A2F (or 0x4E2A2F) is known color: Cab Sav. HEX triplet: 4E, 2A and 2F. RGB value is (78,42,47). Sum of RGB (Red+Green+Blue) = 78+42+47=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A2F is #B1D5D0. Grayscale: #353535. Windows color (decimal): -11654609 or 3091022. OLE color: 3091022.
HSL color Cylindrical-coordinate representation of color #4E2A2F: hue angle of 351.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E2A2F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 42 | 47 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.69 |
| HSL | 351.67º | 0.3% | 0.24% | - |
| HSV(B) | 351.67º | 0.46% | 0.31% | - |
| XYZ | 4.48 | 3.48 | 3.12 | - |
| YUV | 53.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 47 | 0 | 0.46 | 0.40 | 0.69 | 351.67 | 0.3 | 0.24 |
| Hex | 4E | 2A | 2F | 0 | 2E | 28 | 45 | 160 | 1E | 18 |
| Octal | 116 | 52 | 57 | 0 | 56 | 50 | 105 | 540 | 36 | 30 |
| Binary | 1001110 | 101010 | 101111 | 0 | 101110 | 101000 | 1000101 | 101100000 | 11110 | 11000 |
Color Harmonies of #4E2A2F
Complementary color
Monochromatic Colors of #4E2A2F
Black with #4E2A2F
Text Example
Text Example
White with #4E2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A2F; }
p { color: rgb(78,42,47); }
H1.HeaderClassName
{
color: #4E2A2F;
}
.AnyTagClassName
{
color: #4E2A2F;
}
</style>
background-color css
<style>
a { background-color: #4E2A2F; }
a { background-color: rgb(78,42,47); }
div.DivClassName
{
background-color: #4E2A2F;
}
.BgClassName
{
background-color: #4E2A2F;
}
</style>
border-color css
<style>
span { border-color: #4E2A2F; }
span { border-color: rgb(78,42,47); }
td.TdClassName
{
border-color: #4E2A2F;
}
.TagClassName
{
border-color: #4E2A2F;
}
</style>