Shades of Cab Sav #4F3536
Tints of Cab Sav #4F3536
RGB
CMYK
RGB Variations
Color information
#4F3536 (or 0x4F3536) is known color: Cab Sav. HEX triplet: 4F, 35 and 36. RGB value is (79,53,54). Sum of RGB (Red+Green+Blue) = 79+53+54=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3536 is #B0CAC9. Grayscale: #3C3C3C. Windows color (decimal): -11586250 or 3552591. OLE color: 3552591.
HSL color Cylindrical-coordinate representation of color #4F3536: hue angle of 357.69º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F3536 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 53 | 54 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.69 |
| HSL | 357.69º | 0.2% | 0.26% | - |
| HSV(B) | 357.69º | 0.33% | 0.31% | - |
| XYZ | 5.16 | 4.47 | 4.08 | - |
| YUV | 60.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 54 | 0 | 0.33 | 0.32 | 0.69 | 357.69 | 0.2 | 0.26 |
| Hex | 4F | 35 | 36 | 0 | 21 | 20 | 45 | 166 | 14 | 1A |
| Octal | 117 | 65 | 66 | 0 | 41 | 40 | 105 | 546 | 24 | 32 |
| Binary | 1001111 | 110101 | 110110 | 0 | 100001 | 100000 | 1000101 | 101100110 | 10100 | 11010 |
Color Harmonies of #4F3536
Complementary color
Monochromatic Colors of #4F3536
Black with #4F3536
Text Example
Text Example
White with #4F3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3536; }
p { color: rgb(79,53,54); }
H1.HeaderClassName
{
color: #4F3536;
}
.AnyTagClassName
{
color: #4F3536;
}
</style>
background-color css
<style>
a { background-color: #4F3536; }
a { background-color: rgb(79,53,54); }
div.DivClassName
{
background-color: #4F3536;
}
.BgClassName
{
background-color: #4F3536;
}
</style>
border-color css
<style>
span { border-color: #4F3536; }
span { border-color: rgb(79,53,54); }
td.TdClassName
{
border-color: #4F3536;
}
.TagClassName
{
border-color: #4F3536;
}
</style>