Shades of Cab Sav #432F34
Tints of Cab Sav #432F34
RGB
CMYK
RGB Variations
Color information
#432F34 (or 0x432F34) is known color: Cab Sav. HEX triplet: 43, 2F and 34. RGB value is (67,47,52). Sum of RGB (Red+Green+Blue) = 67+47+52=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 67 - color contains mainly: red. Hex color #432F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F34 is #BCD0CB. Grayscale: #353535. Windows color (decimal): -12374220 or 3419971. OLE color: 3419971.
HSL color Cylindrical-coordinate representation of color #432F34: hue angle of 345º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #432F34 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 52 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.74 |
| HSL | 345º | 0.18% | 0.22% | - |
| HSV(B) | 345º | 0.3% | 0.26% | - |
| XYZ | 3.95 | 3.47 | 3.71 | - |
| YUV | 53.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 52 | 0 | 0.30 | 0.22 | 0.74 | 345 | 0.18 | 0.22 |
| Hex | 43 | 2F | 34 | 0 | 1E | 16 | 4A | 159 | 12 | 16 |
| Octal | 103 | 57 | 64 | 0 | 36 | 26 | 112 | 531 | 22 | 26 |
| Binary | 1000011 | 101111 | 110100 | 0 | 11110 | 10110 | 1001010 | 101011001 | 10010 | 10110 |
Color Harmonies of #432F34
Complementary color
Monochromatic Colors of #432F34
Black with #432F34
Text Example
Text Example
White with #432F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F34; }
p { color: rgb(67,47,52); }
H1.HeaderClassName
{
color: #432F34;
}
.AnyTagClassName
{
color: #432F34;
}
</style>
background-color css
<style>
a { background-color: #432F34; }
a { background-color: rgb(67,47,52); }
div.DivClassName
{
background-color: #432F34;
}
.BgClassName
{
background-color: #432F34;
}
</style>
border-color css
<style>
span { border-color: #432F34; }
span { border-color: rgb(67,47,52); }
td.TdClassName
{
border-color: #432F34;
}
.TagClassName
{
border-color: #432F34;
}
</style>