Shades of Cab Sav #4C2B2F
Tints of Cab Sav #4C2B2F
RGB
CMYK
RGB Variations
Color information
#4C2B2F (or 0x4C2B2F) is known color: Cab Sav. HEX triplet: 4C, 2B and 2F. RGB value is (76,43,47). Sum of RGB (Red+Green+Blue) = 76+43+47=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B2F is #B3D4D0. Grayscale: #353535. Windows color (decimal): -11785425 or 3091276. OLE color: 3091276.
HSL color Cylindrical-coordinate representation of color #4C2B2F: hue angle of 352.73º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C2B2F is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 43 | 47 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.70 |
| HSL | 352.73º | 0.28% | 0.23% | - |
| HSV(B) | 352.73º | 0.43% | 0.3% | - |
| XYZ | 4.36 | 3.47 | 3.13 | - |
| YUV | 53.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 47 | 0 | 0.43 | 0.38 | 0.70 | 352.73 | 0.28 | 0.23 |
| Hex | 4C | 2B | 2F | 0 | 2B | 26 | 46 | 161 | 1C | 17 |
| Octal | 114 | 53 | 57 | 0 | 53 | 46 | 106 | 541 | 34 | 27 |
| Binary | 1001100 | 101011 | 101111 | 0 | 101011 | 100110 | 1000110 | 101100001 | 11100 | 10111 |
Color Harmonies of #4C2B2F
Complementary color
Monochromatic Colors of #4C2B2F
Black with #4C2B2F
Text Example
Text Example
White with #4C2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B2F; }
p { color: rgb(76,43,47); }
H1.HeaderClassName
{
color: #4C2B2F;
}
.AnyTagClassName
{
color: #4C2B2F;
}
</style>
background-color css
<style>
a { background-color: #4C2B2F; }
a { background-color: rgb(76,43,47); }
div.DivClassName
{
background-color: #4C2B2F;
}
.BgClassName
{
background-color: #4C2B2F;
}
</style>
border-color css
<style>
span { border-color: #4C2B2F; }
span { border-color: rgb(76,43,47); }
td.TdClassName
{
border-color: #4C2B2F;
}
.TagClassName
{
border-color: #4C2B2F;
}
</style>