Shades of Cab Sav #462E34
Tints of Cab Sav #462E34
RGB
CMYK
RGB Variations
Color information
#462E34 (or 0x462E34) is known color: Cab Sav. HEX triplet: 46, 2E and 34. RGB value is (70,46,52). Sum of RGB (Red+Green+Blue) = 70+46+52=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #462E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E34 is #B9D1CB. Grayscale: #353535. Windows color (decimal): -12177868 or 3419718. OLE color: 3419718.
HSL color Cylindrical-coordinate representation of color #462E34: hue angle of 345º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #462E34 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 52 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.73 |
| HSL | 345º | 0.21% | 0.23% | - |
| HSV(B) | 345º | 0.34% | 0.27% | - |
| XYZ | 4.12 | 3.5 | 3.71 | - |
| YUV | 53.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 52 | 0 | 0.34 | 0.26 | 0.73 | 345 | 0.21 | 0.23 |
| Hex | 46 | 2E | 34 | 0 | 22 | 1A | 49 | 159 | 15 | 17 |
| Octal | 106 | 56 | 64 | 0 | 42 | 32 | 111 | 531 | 25 | 27 |
| Binary | 1000110 | 101110 | 110100 | 0 | 100010 | 11010 | 1001001 | 101011001 | 10101 | 10111 |
Color Harmonies of #462E34
Complementary color
Monochromatic Colors of #462E34
Black with #462E34
Text Example
Text Example
White with #462E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E34; }
p { color: rgb(70,46,52); }
H1.HeaderClassName
{
color: #462E34;
}
.AnyTagClassName
{
color: #462E34;
}
</style>
background-color css
<style>
a { background-color: #462E34; }
a { background-color: rgb(70,46,52); }
div.DivClassName
{
background-color: #462E34;
}
.BgClassName
{
background-color: #462E34;
}
</style>
border-color css
<style>
span { border-color: #462E34; }
span { border-color: rgb(70,46,52); }
td.TdClassName
{
border-color: #462E34;
}
.TagClassName
{
border-color: #462E34;
}
</style>