Shades of Cab Sav #4B3334
Tints of Cab Sav #4B3334
RGB
CMYK
RGB Variations
Color information
#4B3334 (or 0x4B3334) is known color: Cab Sav. HEX triplet: 4B, 33 and 34. RGB value is (75,51,52). Sum of RGB (Red+Green+Blue) = 75+51+52=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3334 is #B4CCCB. Grayscale: #3A3A3A. Windows color (decimal): -11848908 or 3421003. OLE color: 3421003.
HSL color Cylindrical-coordinate representation of color #4B3334: hue angle of 357.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 #4B3334 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 52 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.71 |
| HSL | 357.5º | 0.19% | 0.25% | - |
| HSV(B) | 357.5º | 0.32% | 0.29% | - |
| XYZ | 4.71 | 4.11 | 3.79 | - |
| YUV | 58.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 52 | 0 | 0.32 | 0.31 | 0.71 | 357.5 | 0.19 | 0.25 |
| Hex | 4B | 33 | 34 | 0 | 20 | 1F | 47 | 166 | 13 | 19 |
| Octal | 113 | 63 | 64 | 0 | 40 | 37 | 107 | 546 | 23 | 31 |
| Binary | 1001011 | 110011 | 110100 | 0 | 100000 | 11111 | 1000111 | 101100110 | 10011 | 11001 |
Color Harmonies of #4B3334
Complementary color
Monochromatic Colors of #4B3334
Black with #4B3334
Text Example
Text Example
White with #4B3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3334; }
p { color: rgb(75,51,52); }
H1.HeaderClassName
{
color: #4B3334;
}
.AnyTagClassName
{
color: #4B3334;
}
</style>
background-color css
<style>
a { background-color: #4B3334; }
a { background-color: rgb(75,51,52); }
div.DivClassName
{
background-color: #4B3334;
}
.BgClassName
{
background-color: #4B3334;
}
</style>
border-color css
<style>
span { border-color: #4B3334; }
span { border-color: rgb(75,51,52); }
td.TdClassName
{
border-color: #4B3334;
}
.TagClassName
{
border-color: #4B3334;
}
</style>