Shades of Cab Sav #4A2E32
Tints of Cab Sav #4A2E32
RGB
CMYK
RGB Variations
Color information
#4A2E32 (or 0x4A2E32) is known color: Cab Sav. HEX triplet: 4A, 2E and 32. RGB value is (74,46,50). Sum of RGB (Red+Green+Blue) = 74+46+50=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E32 is #B5D1CD. Grayscale: #363636. Windows color (decimal): -11915726 or 3288650. OLE color: 3288650.
HSL color Cylindrical-coordinate representation of color #4A2E32: hue angle of 351.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A2E32 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
RGB | 74 | 46 | 50 | - |
CMYK | 0 | 0.38 | 0.32 | 0.71 |
HSL | 351.43º | 0.23% | 0.24% | - |
HSV(B) | 351.43º | 0.38% | 0.29% | - |
XYZ | 4.38 | 3.64 | 3.49 | - |
YUV | 54.83 | 125.28 | 141.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 46 | 50 | 0 | 0.38 | 0.32 | 0.71 | 351.43 | 0.23 | 0.24 |
Hex | 4A | 2E | 32 | 0 | 26 | 20 | 47 | 15F | 17 | 18 |
Octal | 112 | 56 | 62 | 0 | 46 | 40 | 107 | 537 | 27 | 30 |
Binary | 1001010 | 101110 | 110010 | 0 | 100110 | 100000 | 1000111 | 101011111 | 10111 | 11000 |
Color Harmonies of #4A2E32
Complementary color
Monochromatic Colors of #4A2E32
Black with #4A2E32
Text Example
Text Example
White with #4A2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E32; }
p { color: rgb(74,46,50); }
H1.HeaderClassName
{
color: #4A2E32;
}
.AnyTagClassName
{
color: #4A2E32;
}
</style>
background-color css
<style>
a { background-color: #4A2E32; }
a { background-color: rgb(74,46,50); }
div.DivClassName
{
background-color: #4A2E32;
}
.BgClassName
{
background-color: #4A2E32;
}
</style>
border-color css
<style>
span { border-color: #4A2E32; }
span { border-color: rgb(74,46,50); }
td.TdClassName
{
border-color: #4A2E32;
}
.TagClassName
{
border-color: #4A2E32;
}
</style>