Shades of Cab Sav #4A3334
Tints of Cab Sav #4A3334
RGB
CMYK
RGB Variations
Color information
#4A3334 (or 0x4A3334) is known color: Cab Sav. HEX triplet: 4A, 33 and 34. RGB value is (74,51,52). Sum of RGB (Red+Green+Blue) = 74+51+52=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3334 is #B5CCCB. Grayscale: #3A3A3A. Windows color (decimal): -11914444 or 3421002. OLE color: 3421002.
HSL color Cylindrical-coordinate representation of color #4A3334: hue angle of 357.39º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A3334 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 51 | 52 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.71 |
| HSL | 357.39º | 0.18% | 0.25% | - |
| HSV(B) | 357.39º | 0.31% | 0.29% | - |
| XYZ | 4.63 | 4.07 | 3.79 | - |
| YUV | 57.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 52 | 0 | 0.31 | 0.30 | 0.71 | 357.39 | 0.18 | 0.25 |
| Hex | 4A | 33 | 34 | 0 | 1F | 1E | 47 | 165 | 12 | 19 |
| Octal | 112 | 63 | 64 | 0 | 37 | 36 | 107 | 545 | 22 | 31 |
| Binary | 1001010 | 110011 | 110100 | 0 | 11111 | 11110 | 1000111 | 101100101 | 10010 | 11001 |
Color Harmonies of #4A3334
Complementary color
Monochromatic Colors of #4A3334
Black with #4A3334
Text Example
Text Example
White with #4A3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3334; }
p { color: rgb(74,51,52); }
H1.HeaderClassName
{
color: #4A3334;
}
.AnyTagClassName
{
color: #4A3334;
}
</style>
background-color css
<style>
a { background-color: #4A3334; }
a { background-color: rgb(74,51,52); }
div.DivClassName
{
background-color: #4A3334;
}
.BgClassName
{
background-color: #4A3334;
}
</style>
border-color css
<style>
span { border-color: #4A3334; }
span { border-color: rgb(74,51,52); }
td.TdClassName
{
border-color: #4A3334;
}
.TagClassName
{
border-color: #4A3334;
}
</style>