Shades of Cab Sav #432A2E
Tints of Cab Sav #432A2E
RGB
CMYK
RGB Variations
Color information
#432A2E (or 0x432A2E) is known color: Cab Sav. HEX triplet: 43, 2A and 2E. RGB value is (67,42,46). Sum of RGB (Red+Green+Blue) = 67+42+46=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #432A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A2E is #BCD5D1. Grayscale: #313131. Windows color (decimal): -12375506 or 3025475. OLE color: 3025475.
HSL color Cylindrical-coordinate representation of color #432A2E: hue angle of 350.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #432A2E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 46 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.74 |
| HSL | 350.4º | 0.23% | 0.21% | - |
| HSV(B) | 350.4º | 0.37% | 0.26% | - |
| XYZ | 3.64 | 3.05 | 2.98 | - |
| YUV | 49.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 46 | 0 | 0.37 | 0.31 | 0.74 | 350.4 | 0.23 | 0.21 |
| Hex | 43 | 2A | 2E | 0 | 25 | 1F | 4A | 15E | 17 | 15 |
| Octal | 103 | 52 | 56 | 0 | 45 | 37 | 112 | 536 | 27 | 25 |
| Binary | 1000011 | 101010 | 101110 | 0 | 100101 | 11111 | 1001010 | 101011110 | 10111 | 10101 |
Color Harmonies of #432A2E
Complementary color
Monochromatic Colors of #432A2E
Black with #432A2E
Text Example
Text Example
White with #432A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A2E; }
p { color: rgb(67,42,46); }
H1.HeaderClassName
{
color: #432A2E;
}
.AnyTagClassName
{
color: #432A2E;
}
</style>
background-color css
<style>
a { background-color: #432A2E; }
a { background-color: rgb(67,42,46); }
div.DivClassName
{
background-color: #432A2E;
}
.BgClassName
{
background-color: #432A2E;
}
</style>
border-color css
<style>
span { border-color: #432A2E; }
span { border-color: rgb(67,42,46); }
td.TdClassName
{
border-color: #432A2E;
}
.TagClassName
{
border-color: #432A2E;
}
</style>