Shades of Cab Sav #432B2E
Tints of Cab Sav #432B2E
RGB
CMYK
RGB Variations
Color information
#432B2E (or 0x432B2E) is known color: Cab Sav. HEX triplet: 43, 2B and 2E. RGB value is (67,43,46). Sum of RGB (Red+Green+Blue) = 67+43+46=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #432B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B2E is #BCD4D1. Grayscale: #323232. Windows color (decimal): -12375250 or 3025731. OLE color: 3025731.
HSL color Cylindrical-coordinate representation of color #432B2E: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #432B2E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 46 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.74 |
| HSL | 352.5º | 0.22% | 0.22% | - |
| HSV(B) | 352.5º | 0.36% | 0.26% | - |
| XYZ | 3.67 | 3.12 | 2.99 | - |
| YUV | 50.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 46 | 0 | 0.36 | 0.31 | 0.74 | 352.5 | 0.22 | 0.22 |
| Hex | 43 | 2B | 2E | 0 | 24 | 1F | 4A | 160 | 16 | 16 |
| Octal | 103 | 53 | 56 | 0 | 44 | 37 | 112 | 540 | 26 | 26 |
| Binary | 1000011 | 101011 | 101110 | 0 | 100100 | 11111 | 1001010 | 101100000 | 10110 | 10110 |
Color Harmonies of #432B2E
Complementary color
Monochromatic Colors of #432B2E
Black with #432B2E
Text Example
Text Example
White with #432B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B2E; }
p { color: rgb(67,43,46); }
H1.HeaderClassName
{
color: #432B2E;
}
.AnyTagClassName
{
color: #432B2E;
}
</style>
background-color css
<style>
a { background-color: #432B2E; }
a { background-color: rgb(67,43,46); }
div.DivClassName
{
background-color: #432B2E;
}
.BgClassName
{
background-color: #432B2E;
}
</style>
border-color css
<style>
span { border-color: #432B2E; }
span { border-color: rgb(67,43,46); }
td.TdClassName
{
border-color: #432B2E;
}
.TagClassName
{
border-color: #432B2E;
}
</style>