Shades of Cab Sav #4C3437
Tints of Cab Sav #4C3437
RGB
CMYK
RGB Variations
Color information
#4C3437 (or 0x4C3437) is known color: Cab Sav. HEX triplet: 4C, 34 and 37. RGB value is (76,52,55). Sum of RGB (Red+Green+Blue) = 76+52+55=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3437 is #B3CBC8. Grayscale: #3B3B3B. Windows color (decimal): -11783113 or 3617868. OLE color: 3617868.
HSL color Cylindrical-coordinate representation of color #4C3437: hue angle of 352.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C3437 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 52 | 55 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.70 |
| HSL | 352.5º | 0.19% | 0.25% | - |
| HSV(B) | 352.5º | 0.32% | 0.3% | - |
| XYZ | 4.9 | 4.27 | 4.18 | - |
| YUV | 59.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 55 | 0 | 0.32 | 0.28 | 0.70 | 352.5 | 0.19 | 0.25 |
| Hex | 4C | 34 | 37 | 0 | 20 | 1C | 46 | 160 | 13 | 19 |
| Octal | 114 | 64 | 67 | 0 | 40 | 34 | 106 | 540 | 23 | 31 |
| Binary | 1001100 | 110100 | 110111 | 0 | 100000 | 11100 | 1000110 | 101100000 | 10011 | 11001 |
Color Harmonies of #4C3437
Complementary color
Monochromatic Colors of #4C3437
Black with #4C3437
Text Example
Text Example
White with #4C3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3437; }
p { color: rgb(76,52,55); }
H1.HeaderClassName
{
color: #4C3437;
}
.AnyTagClassName
{
color: #4C3437;
}
</style>
background-color css
<style>
a { background-color: #4C3437; }
a { background-color: rgb(76,52,55); }
div.DivClassName
{
background-color: #4C3437;
}
.BgClassName
{
background-color: #4C3437;
}
</style>
border-color css
<style>
span { border-color: #4C3437; }
span { border-color: rgb(76,52,55); }
td.TdClassName
{
border-color: #4C3437;
}
.TagClassName
{
border-color: #4C3437;
}
</style>