Shades of Cab Sav #513235
Tints of Cab Sav #513235
RGB
CMYK
RGB Variations
Color information
#513235 (or 0x513235) is known color: Cab Sav. HEX triplet: 51, 32 and 35. RGB value is (81,50,53). Sum of RGB (Red+Green+Blue) = 81+50+53=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513235 is #AECDCA. Grayscale: #3B3B3B. Windows color (decimal): -11455947 or 3486289. OLE color: 3486289.
HSL color Cylindrical-coordinate representation of color #513235: hue angle of 354.19º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513235 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 50 | 53 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.68 |
| HSL | 354.19º | 0.24% | 0.26% | - |
| HSV(B) | 354.19º | 0.38% | 0.32% | - |
| XYZ | 5.18 | 4.29 | 3.92 | - |
| YUV | 59.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 53 | 0 | 0.38 | 0.35 | 0.68 | 354.19 | 0.24 | 0.26 |
| Hex | 51 | 32 | 35 | 0 | 26 | 23 | 44 | 162 | 18 | 1A |
| Octal | 121 | 62 | 65 | 0 | 46 | 43 | 104 | 542 | 30 | 32 |
| Binary | 1010001 | 110010 | 110101 | 0 | 100110 | 100011 | 1000100 | 101100010 | 11000 | 11010 |
Color Harmonies of #513235
Complementary color
Monochromatic Colors of #513235
Black with #513235
Text Example
Text Example
White with #513235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513235; }
p { color: rgb(81,50,53); }
H1.HeaderClassName
{
color: #513235;
}
.AnyTagClassName
{
color: #513235;
}
</style>
background-color css
<style>
a { background-color: #513235; }
a { background-color: rgb(81,50,53); }
div.DivClassName
{
background-color: #513235;
}
.BgClassName
{
background-color: #513235;
}
</style>
border-color css
<style>
span { border-color: #513235; }
span { border-color: rgb(81,50,53); }
td.TdClassName
{
border-color: #513235;
}
.TagClassName
{
border-color: #513235;
}
</style>