Shades of Cab Sav #4B3338
Tints of Cab Sav #4B3338
RGB
CMYK
RGB Variations
Color information
#4B3338 (or 0x4B3338) is known color: Cab Sav. HEX triplet: 4B, 33 and 38. RGB value is (75,51,56). Sum of RGB (Red+Green+Blue) = 75+51+56=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3338 is #B4CCC7. Grayscale: #3A3A3A. Windows color (decimal): -11848904 or 3683147. OLE color: 3683147.
HSL color Cylindrical-coordinate representation of color #4B3338: hue angle of 347.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B3338 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 56 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.71 |
| HSL | 347.5º | 0.19% | 0.25% | - |
| HSV(B) | 347.5º | 0.32% | 0.29% | - |
| XYZ | 4.8 | 4.15 | 4.29 | - |
| YUV | 58.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 56 | 0 | 0.32 | 0.25 | 0.71 | 347.5 | 0.19 | 0.25 |
| Hex | 4B | 33 | 38 | 0 | 20 | 19 | 47 | 15C | 13 | 19 |
| Octal | 113 | 63 | 70 | 0 | 40 | 31 | 107 | 534 | 23 | 31 |
| Binary | 1001011 | 110011 | 111000 | 0 | 100000 | 11001 | 1000111 | 101011100 | 10011 | 11001 |
Color Harmonies of #4B3338
Complementary color
Monochromatic Colors of #4B3338
Black with #4B3338
Text Example
Text Example
White with #4B3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3338; }
p { color: rgb(75,51,56); }
H1.HeaderClassName
{
color: #4B3338;
}
.AnyTagClassName
{
color: #4B3338;
}
</style>
background-color css
<style>
a { background-color: #4B3338; }
a { background-color: rgb(75,51,56); }
div.DivClassName
{
background-color: #4B3338;
}
.BgClassName
{
background-color: #4B3338;
}
</style>
border-color css
<style>
span { border-color: #4B3338; }
span { border-color: rgb(75,51,56); }
td.TdClassName
{
border-color: #4B3338;
}
.TagClassName
{
border-color: #4B3338;
}
</style>