Shades of Cab Sav #4E2D32
Tints of Cab Sav #4E2D32
RGB
CMYK
RGB Variations
Color information
#4E2D32 (or 0x4E2D32) is known color: Cab Sav. HEX triplet: 4E, 2D and 32. RGB value is (78,45,50). Sum of RGB (Red+Green+Blue) = 78+45+50=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D32 is #B1D2CD. Grayscale: #373737. Windows color (decimal): -11653838 or 3288398. OLE color: 3288398.
HSL color Cylindrical-coordinate representation of color #4E2D32: hue angle of 350.91º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E2D32 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
RGB | 78 | 45 | 50 | - |
CMYK | 0 | 0.42 | 0.36 | 0.69 |
HSL | 350.91º | 0.27% | 0.24% | - |
HSV(B) | 350.91º | 0.42% | 0.31% | - |
XYZ | 4.66 | 3.73 | 3.49 | - |
YUV | 55.44 | 124.93 | 144.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 45 | 50 | 0 | 0.42 | 0.36 | 0.69 | 350.91 | 0.27 | 0.24 |
Hex | 4E | 2D | 32 | 0 | 2A | 24 | 45 | 15F | 1B | 18 |
Octal | 116 | 55 | 62 | 0 | 52 | 44 | 105 | 537 | 33 | 30 |
Binary | 1001110 | 101101 | 110010 | 0 | 101010 | 100100 | 1000101 | 101011111 | 11011 | 11000 |
Color Harmonies of #4E2D32
Complementary color
Monochromatic Colors of #4E2D32
Black with #4E2D32
Text Example
Text Example
White with #4E2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D32; }
p { color: rgb(78,45,50); }
H1.HeaderClassName
{
color: #4E2D32;
}
.AnyTagClassName
{
color: #4E2D32;
}
</style>
background-color css
<style>
a { background-color: #4E2D32; }
a { background-color: rgb(78,45,50); }
div.DivClassName
{
background-color: #4E2D32;
}
.BgClassName
{
background-color: #4E2D32;
}
</style>
border-color css
<style>
span { border-color: #4E2D32; }
span { border-color: rgb(78,45,50); }
td.TdClassName
{
border-color: #4E2D32;
}
.TagClassName
{
border-color: #4E2D32;
}
</style>