Shades of Cab Sav #462C32
Tints of Cab Sav #462C32
RGB
CMYK
RGB Variations
Color information
#462C32 (or 0x462C32) is known color: Cab Sav. HEX triplet: 46, 2C and 32. RGB value is (70,44,50). Sum of RGB (Red+Green+Blue) = 70+44+50=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #462C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C32 is #B9D3CD. Grayscale: #343434. Windows color (decimal): -12178382 or 3288134. OLE color: 3288134.
HSL color Cylindrical-coordinate representation of color #462C32: hue angle of 346.15º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #462C32 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 50 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.73 |
| HSL | 346.15º | 0.23% | 0.22% | - |
| HSV(B) | 346.15º | 0.37% | 0.27% | - |
| XYZ | 4 | 3.33 | 3.45 | - |
| YUV | 52.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 50 | 0 | 0.37 | 0.29 | 0.73 | 346.15 | 0.23 | 0.22 |
| Hex | 46 | 2C | 32 | 0 | 25 | 1D | 49 | 15A | 17 | 16 |
| Octal | 106 | 54 | 62 | 0 | 45 | 35 | 111 | 532 | 27 | 26 |
| Binary | 1000110 | 101100 | 110010 | 0 | 100101 | 11101 | 1001001 | 101011010 | 10111 | 10110 |
Color Harmonies of #462C32
Complementary color
Monochromatic Colors of #462C32
Black with #462C32
Text Example
Text Example
White with #462C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C32; }
p { color: rgb(70,44,50); }
H1.HeaderClassName
{
color: #462C32;
}
.AnyTagClassName
{
color: #462C32;
}
</style>
background-color css
<style>
a { background-color: #462C32; }
a { background-color: rgb(70,44,50); }
div.DivClassName
{
background-color: #462C32;
}
.BgClassName
{
background-color: #462C32;
}
</style>
border-color css
<style>
span { border-color: #462C32; }
span { border-color: rgb(70,44,50); }
td.TdClassName
{
border-color: #462C32;
}
.TagClassName
{
border-color: #462C32;
}
</style>