Shades of Cab Sav #503637
Tints of Cab Sav #503637
RGB
CMYK
RGB Variations
Color information
#503637 (or 0x503637) is known color: Cab Sav. HEX triplet: 50, 36 and 37. RGB value is (80,54,55). Sum of RGB (Red+Green+Blue) = 80+54+55=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503637 is #AFC9C8. Grayscale: #3D3D3D. Windows color (decimal): -11520457 or 3618384. OLE color: 3618384.
HSL color Cylindrical-coordinate representation of color #503637: hue angle of 357.69º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503637 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 55 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.69 |
| HSL | 357.69º | 0.19% | 0.26% | - |
| HSV(B) | 357.69º | 0.33% | 0.31% | - |
| XYZ | 5.32 | 4.62 | 4.23 | - |
| YUV | 61.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 55 | 0 | 0.33 | 0.31 | 0.69 | 357.69 | 0.19 | 0.26 |
| Hex | 50 | 36 | 37 | 0 | 21 | 1F | 45 | 166 | 13 | 1A |
| Octal | 120 | 66 | 67 | 0 | 41 | 37 | 105 | 546 | 23 | 32 |
| Binary | 1010000 | 110110 | 110111 | 0 | 100001 | 11111 | 1000101 | 101100110 | 10011 | 11010 |
Color Harmonies of #503637
Complementary color
Monochromatic Colors of #503637
Black with #503637
Text Example
Text Example
White with #503637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503637; }
p { color: rgb(80,54,55); }
H1.HeaderClassName
{
color: #503637;
}
.AnyTagClassName
{
color: #503637;
}
</style>
background-color css
<style>
a { background-color: #503637; }
a { background-color: rgb(80,54,55); }
div.DivClassName
{
background-color: #503637;
}
.BgClassName
{
background-color: #503637;
}
</style>
border-color css
<style>
span { border-color: #503637; }
span { border-color: rgb(80,54,55); }
td.TdClassName
{
border-color: #503637;
}
.TagClassName
{
border-color: #503637;
}
</style>