Shades of Cab Sav #4E3034
Tints of Cab Sav #4E3034
RGB
CMYK
RGB Variations
Color information
#4E3034 (or 0x4E3034) is known color: Cab Sav. HEX triplet: 4E, 30 and 34. RGB value is (78,48,52). Sum of RGB (Red+Green+Blue) = 78+48+52=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3034 is #B1CFCB. Grayscale: #393939. Windows color (decimal): -11653068 or 3420238. OLE color: 3420238.
HSL color Cylindrical-coordinate representation of color #4E3034: hue angle of 352º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E3034 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 52 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.69 |
| HSL | 352º | 0.24% | 0.25% | - |
| HSV(B) | 352º | 0.38% | 0.31% | - |
| XYZ | 4.82 | 3.98 | 3.76 | - |
| YUV | 57.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 52 | 0 | 0.38 | 0.33 | 0.69 | 352 | 0.24 | 0.25 |
| Hex | 4E | 30 | 34 | 0 | 26 | 21 | 45 | 160 | 18 | 19 |
| Octal | 116 | 60 | 64 | 0 | 46 | 41 | 105 | 540 | 30 | 31 |
| Binary | 1001110 | 110000 | 110100 | 0 | 100110 | 100001 | 1000101 | 101100000 | 11000 | 11001 |
Color Harmonies of #4E3034
Complementary color
Monochromatic Colors of #4E3034
Black with #4E3034
Text Example
Text Example
White with #4E3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3034; }
p { color: rgb(78,48,52); }
H1.HeaderClassName
{
color: #4E3034;
}
.AnyTagClassName
{
color: #4E3034;
}
</style>
background-color css
<style>
a { background-color: #4E3034; }
a { background-color: rgb(78,48,52); }
div.DivClassName
{
background-color: #4E3034;
}
.BgClassName
{
background-color: #4E3034;
}
</style>
border-color css
<style>
span { border-color: #4E3034; }
span { border-color: rgb(78,48,52); }
td.TdClassName
{
border-color: #4E3034;
}
.TagClassName
{
border-color: #4E3034;
}
</style>