Shades of Cab Sav #503235
Tints of Cab Sav #503235
RGB
CMYK
RGB Variations
Color information
#503235 (or 0x503235) is known color: Cab Sav. HEX triplet: 50, 32 and 35. RGB value is (80,50,53). Sum of RGB (Red+Green+Blue) = 80+50+53=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503235 is #AFCDCA. Grayscale: #3B3B3B. Windows color (decimal): -11521483 or 3486288. OLE color: 3486288.
HSL color Cylindrical-coordinate representation of color #503235: hue angle of 354º degrees, saturation: 0.23, 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 #503235 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 50 | 53 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.69 |
| HSL | 354º | 0.23% | 0.25% | - |
| HSV(B) | 354º | 0.38% | 0.31% | - |
| XYZ | 5.09 | 4.24 | 3.92 | - |
| YUV | 59.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 53 | 0 | 0.37 | 0.34 | 0.69 | 354 | 0.23 | 0.25 |
| Hex | 50 | 32 | 35 | 0 | 25 | 22 | 45 | 162 | 17 | 19 |
| Octal | 120 | 62 | 65 | 0 | 45 | 42 | 105 | 542 | 27 | 31 |
| Binary | 1010000 | 110010 | 110101 | 0 | 100101 | 100010 | 1000101 | 101100010 | 10111 | 11001 |
Color Harmonies of #503235
Complementary color
Monochromatic Colors of #503235
Black with #503235
Text Example
Text Example
White with #503235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503235; }
p { color: rgb(80,50,53); }
H1.HeaderClassName
{
color: #503235;
}
.AnyTagClassName
{
color: #503235;
}
</style>
background-color css
<style>
a { background-color: #503235; }
a { background-color: rgb(80,50,53); }
div.DivClassName
{
background-color: #503235;
}
.BgClassName
{
background-color: #503235;
}
</style>
border-color css
<style>
span { border-color: #503235; }
span { border-color: rgb(80,50,53); }
td.TdClassName
{
border-color: #503235;
}
.TagClassName
{
border-color: #503235;
}
</style>