Shades of Cab Sav #462C2E
Tints of Cab Sav #462C2E
RGB
CMYK
RGB Variations
Color information
#462C2E (or 0x462C2E) is known color: Cab Sav. HEX triplet: 46, 2C and 2E. RGB value is (70,44,46). Sum of RGB (Red+Green+Blue) = 70+44+46=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C2E is #B9D3D1. Grayscale: #343434. Windows color (decimal): -12178386 or 3025990. OLE color: 3025990.
HSL color Cylindrical-coordinate representation of color #462C2E: hue angle of 355.38º 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 #462C2E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 46 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.73 |
| HSL | 355.38º | 0.23% | 0.22% | - |
| HSV(B) | 355.38º | 0.37% | 0.27% | - |
| XYZ | 3.92 | 3.3 | 3.02 | - |
| YUV | 52 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 46 | 0 | 0.37 | 0.34 | 0.73 | 355.38 | 0.23 | 0.22 |
| Hex | 46 | 2C | 2E | 0 | 25 | 22 | 49 | 163 | 17 | 16 |
| Octal | 106 | 54 | 56 | 0 | 45 | 42 | 111 | 543 | 27 | 26 |
| Binary | 1000110 | 101100 | 101110 | 0 | 100101 | 100010 | 1001001 | 101100011 | 10111 | 10110 |
Color Harmonies of #462C2E
Complementary color
Monochromatic Colors of #462C2E
Black with #462C2E
Text Example
Text Example
White with #462C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C2E; }
p { color: rgb(70,44,46); }
H1.HeaderClassName
{
color: #462C2E;
}
.AnyTagClassName
{
color: #462C2E;
}
</style>
background-color css
<style>
a { background-color: #462C2E; }
a { background-color: rgb(70,44,46); }
div.DivClassName
{
background-color: #462C2E;
}
.BgClassName
{
background-color: #462C2E;
}
</style>
border-color css
<style>
span { border-color: #462C2E; }
span { border-color: rgb(70,44,46); }
td.TdClassName
{
border-color: #462C2E;
}
.TagClassName
{
border-color: #462C2E;
}
</style>