Shades of Bistre #3E291D
Tints of Bistre #3E291D
RGB
CMYK
RGB Variations
Color information
#3E291D (or 0x3E291D) is known color: Bistre. HEX triplet: 3E, 29 and 1D. RGB value is (62,41,29). Sum of RGB (Red+Green+Blue) = 62+41+29=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E291D is #C1D6E2. Grayscale: #2D2D2D. Windows color (decimal): -12703459 or 1911102. OLE color: 1911102.
HSL color Cylindrical-coordinate representation of color #3E291D: hue angle of 21.82º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E291D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 29 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.76 |
| HSL | 21.82º | 0.36% | 0.18% | - |
| HSV(B) | 21.82º | 0.53% | 0.24% | - |
| XYZ | 3 | 2.7 | 1.53 | - |
| YUV | 45.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 29 | 0 | 0.34 | 0.53 | 0.76 | 21.82 | 0.36 | 0.18 |
| Hex | 3E | 29 | 1D | 0 | 22 | 35 | 4C | 16 | 24 | 12 |
| Octal | 76 | 51 | 35 | 0 | 42 | 65 | 114 | 26 | 44 | 22 |
| Binary | 111110 | 101001 | 11101 | 0 | 100010 | 110101 | 1001100 | 10110 | 100100 | 10010 |
Color Harmonies of #3E291D
Complementary color
Monochromatic Colors of #3E291D
Black with #3E291D
Text Example
Text Example
White with #3E291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E291D; }
p { color: rgb(62,41,29); }
H1.HeaderClassName
{
color: #3E291D;
}
.AnyTagClassName
{
color: #3E291D;
}
</style>
background-color css
<style>
a { background-color: #3E291D; }
a { background-color: rgb(62,41,29); }
div.DivClassName
{
background-color: #3E291D;
}
.BgClassName
{
background-color: #3E291D;
}
</style>
border-color css
<style>
span { border-color: #3E291D; }
span { border-color: rgb(62,41,29); }
td.TdClassName
{
border-color: #3E291D;
}
.TagClassName
{
border-color: #3E291D;
}
</style>