Shades of Cab Sav #3E2F32
Tints of Cab Sav #3E2F32
RGB
CMYK
RGB Variations
Color information
#3E2F32 (or 0x3E2F32) is known color: Cab Sav. HEX triplet: 3E, 2F and 32. RGB value is (62,47,50). Sum of RGB (Red+Green+Blue) = 62+47+50=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2F32 is #C1D0CD. Grayscale: #333333. Windows color (decimal): -12701902 or 3288894. OLE color: 3288894.
HSL color Cylindrical-coordinate representation of color #3E2F32: hue angle of 348º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E2F32 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 50 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.76 |
| HSL | 348º | 0.14% | 0.21% | - |
| HSV(B) | 348º | 0.24% | 0.24% | - |
| XYZ | 3.58 | 3.29 | 3.46 | - |
| YUV | 51.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 50 | 0 | 0.24 | 0.19 | 0.76 | 348 | 0.14 | 0.21 |
| Hex | 3E | 2F | 32 | 0 | 18 | 13 | 4C | 15C | E | 15 |
| Octal | 76 | 57 | 62 | 0 | 30 | 23 | 114 | 534 | 16 | 25 |
| Binary | 111110 | 101111 | 110010 | 0 | 11000 | 10011 | 1001100 | 101011100 | 1110 | 10101 |
Color Harmonies of #3E2F32
Complementary color
Monochromatic Colors of #3E2F32
Black with #3E2F32
Text Example
Text Example
White with #3E2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F32; }
p { color: rgb(62,47,50); }
H1.HeaderClassName
{
color: #3E2F32;
}
.AnyTagClassName
{
color: #3E2F32;
}
</style>
background-color css
<style>
a { background-color: #3E2F32; }
a { background-color: rgb(62,47,50); }
div.DivClassName
{
background-color: #3E2F32;
}
.BgClassName
{
background-color: #3E2F32;
}
</style>
border-color css
<style>
span { border-color: #3E2F32; }
span { border-color: rgb(62,47,50); }
td.TdClassName
{
border-color: #3E2F32;
}
.TagClassName
{
border-color: #3E2F32;
}
</style>