Shades of Cab Sav #493235
Tints of Cab Sav #493235
RGB
CMYK
RGB Variations
Color information
#493235 (or 0x493235) is known color: Cab Sav. HEX triplet: 49, 32 and 35. RGB value is (73,50,53). Sum of RGB (Red+Green+Blue) = 73+50+53=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493235 is #B6CDCA. Grayscale: #393939. Windows color (decimal): -11980235 or 3486281. OLE color: 3486281.
HSL color Cylindrical-coordinate representation of color #493235: hue angle of 352.17º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493235 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 50 | 53 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.71 |
| HSL | 352.17º | 0.19% | 0.24% | - |
| HSV(B) | 352.17º | 0.32% | 0.29% | - |
| XYZ | 4.53 | 3.95 | 3.89 | - |
| YUV | 57.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 53 | 0 | 0.32 | 0.27 | 0.71 | 352.17 | 0.19 | 0.24 |
| Hex | 49 | 32 | 35 | 0 | 20 | 1B | 47 | 160 | 13 | 18 |
| Octal | 111 | 62 | 65 | 0 | 40 | 33 | 107 | 540 | 23 | 30 |
| Binary | 1001001 | 110010 | 110101 | 0 | 100000 | 11011 | 1000111 | 101100000 | 10011 | 11000 |
Color Harmonies of #493235
Complementary color
Monochromatic Colors of #493235
Black with #493235
Text Example
Text Example
White with #493235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493235; }
p { color: rgb(73,50,53); }
H1.HeaderClassName
{
color: #493235;
}
.AnyTagClassName
{
color: #493235;
}
</style>
background-color css
<style>
a { background-color: #493235; }
a { background-color: rgb(73,50,53); }
div.DivClassName
{
background-color: #493235;
}
.BgClassName
{
background-color: #493235;
}
</style>
border-color css
<style>
span { border-color: #493235; }
span { border-color: rgb(73,50,53); }
td.TdClassName
{
border-color: #493235;
}
.TagClassName
{
border-color: #493235;
}
</style>