Shades of Cab Sav #4E2E33
Tints of Cab Sav #4E2E33
RGB
CMYK
RGB Variations
Color information
#4E2E33 (or 0x4E2E33) is known color: Cab Sav. HEX triplet: 4E, 2E and 33. RGB value is (78,46,51). Sum of RGB (Red+Green+Blue) = 78+46+51=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E33 is #B1D1CC. Grayscale: #383838. Windows color (decimal): -11653581 or 3354190. OLE color: 3354190.
HSL color Cylindrical-coordinate representation of color #4E2E33: hue angle of 350.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E33 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 51 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.69 |
| HSL | 350.63º | 0.26% | 0.24% | - |
| HSV(B) | 350.63º | 0.41% | 0.31% | - |
| XYZ | 4.72 | 3.81 | 3.62 | - |
| YUV | 56.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 51 | 0 | 0.41 | 0.35 | 0.69 | 350.63 | 0.26 | 0.24 |
| Hex | 4E | 2E | 33 | 0 | 29 | 23 | 45 | 15F | 1A | 18 |
| Octal | 116 | 56 | 63 | 0 | 51 | 43 | 105 | 537 | 32 | 30 |
| Binary | 1001110 | 101110 | 110011 | 0 | 101001 | 100011 | 1000101 | 101011111 | 11010 | 11000 |
Color Harmonies of #4E2E33
Complementary color
Monochromatic Colors of #4E2E33
Black with #4E2E33
Text Example
Text Example
White with #4E2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E33; }
p { color: rgb(78,46,51); }
H1.HeaderClassName
{
color: #4E2E33;
}
.AnyTagClassName
{
color: #4E2E33;
}
</style>
background-color css
<style>
a { background-color: #4E2E33; }
a { background-color: rgb(78,46,51); }
div.DivClassName
{
background-color: #4E2E33;
}
.BgClassName
{
background-color: #4E2E33;
}
</style>
border-color css
<style>
span { border-color: #4E2E33; }
span { border-color: rgb(78,46,51); }
td.TdClassName
{
border-color: #4E2E33;
}
.TagClassName
{
border-color: #4E2E33;
}
</style>