Shades of Bistre #3E291E
Tints of Bistre #3E291E
RGB
CMYK
RGB Variations
Color information
#3E291E (or 0x3E291E) is known color: Bistre. HEX triplet: 3E, 29 and 1E. RGB value is (62,41,30). Sum of RGB (Red+Green+Blue) = 62+41+30=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E291E is #C1D6E1. Grayscale: #2E2E2E. Windows color (decimal): -12703458 or 1976638. OLE color: 1976638.
HSL color Cylindrical-coordinate representation of color #3E291E: hue angle of 20.62º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E291E is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 41 | 30 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.76 |
| HSL | 20.63º | 0.35% | 0.18% | - |
| HSV(B) | 20.63º | 0.52% | 0.24% | - |
| XYZ | 3.01 | 2.7 | 1.59 | - |
| YUV | 46.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 30 | 0 | 0.34 | 0.52 | 0.76 | 20.63 | 0.35 | 0.18 |
| Hex | 3E | 29 | 1E | 0 | 22 | 34 | 4C | 15 | 23 | 12 |
| Octal | 76 | 51 | 36 | 0 | 42 | 64 | 114 | 25 | 43 | 22 |
| Binary | 111110 | 101001 | 11110 | 0 | 100010 | 110100 | 1001100 | 10101 | 100011 | 10010 |
Color Harmonies of #3E291E
Complementary color
Monochromatic Colors of #3E291E
Black with #3E291E
Text Example
Text Example
White with #3E291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E291E; }
p { color: rgb(62,41,30); }
H1.HeaderClassName
{
color: #3E291E;
}
.AnyTagClassName
{
color: #3E291E;
}
</style>
background-color css
<style>
a { background-color: #3E291E; }
a { background-color: rgb(62,41,30); }
div.DivClassName
{
background-color: #3E291E;
}
.BgClassName
{
background-color: #3E291E;
}
</style>
border-color css
<style>
span { border-color: #3E291E; }
span { border-color: rgb(62,41,30); }
td.TdClassName
{
border-color: #3E291E;
}
.TagClassName
{
border-color: #3E291E;
}
</style>