Shades of Cab Sav #4E2F32
Tints of Cab Sav #4E2F32
RGB
CMYK
RGB Variations
Color information
#4E2F32 (or 0x4E2F32) is known color: Cab Sav. HEX triplet: 4E, 2F and 32. RGB value is (78,47,50). Sum of RGB (Red+Green+Blue) = 78+47+50=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F32 is #B1D0CD. Grayscale: #383838. Windows color (decimal): -11653326 or 3288910. OLE color: 3288910.
HSL color Cylindrical-coordinate representation of color #4E2F32: hue angle of 354.19º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E2F32 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 47 | 50 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.69 |
| HSL | 354.19º | 0.25% | 0.25% | - |
| HSV(B) | 354.19º | 0.4% | 0.31% | - |
| XYZ | 4.73 | 3.88 | 3.52 | - |
| YUV | 56.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 47 | 50 | 0 | 0.40 | 0.36 | 0.69 | 354.19 | 0.25 | 0.25 |
| Hex | 4E | 2F | 32 | 0 | 28 | 24 | 45 | 162 | 19 | 19 |
| Octal | 116 | 57 | 62 | 0 | 50 | 44 | 105 | 542 | 31 | 31 |
| Binary | 1001110 | 101111 | 110010 | 0 | 101000 | 100100 | 1000101 | 101100010 | 11001 | 11001 |
Color Harmonies of #4E2F32
Complementary color
Monochromatic Colors of #4E2F32
Black with #4E2F32
Text Example
Text Example
White with #4E2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2F32; }
p { color: rgb(78,47,50); }
H1.HeaderClassName
{
color: #4E2F32;
}
.AnyTagClassName
{
color: #4E2F32;
}
</style>
background-color css
<style>
a { background-color: #4E2F32; }
a { background-color: rgb(78,47,50); }
div.DivClassName
{
background-color: #4E2F32;
}
.BgClassName
{
background-color: #4E2F32;
}
</style>
border-color css
<style>
span { border-color: #4E2F32; }
span { border-color: rgb(78,47,50); }
td.TdClassName
{
border-color: #4E2F32;
}
.TagClassName
{
border-color: #4E2F32;
}
</style>