Shades of Bistre #3E2411
Tints of Bistre #3E2411
RGB
CMYK
RGB Variations
Color information
#3E2411 (or 0x3E2411) is known color: Bistre. HEX triplet: 3E, 24 and 11. RGB value is (62,36,17). Sum of RGB (Red+Green+Blue) = 62+36+17=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2411 is #C1DBEE. Grayscale: #292929. Windows color (decimal): -12704751 or 1123390. OLE color: 1123390.
HSL color Cylindrical-coordinate representation of color #3E2411: hue angle of 25.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2411 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 36 | 17 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.76 |
| HSL | 25.33º | 0.57% | 0.15% | - |
| HSV(B) | 25.33º | 0.73% | 0.24% | - |
| XYZ | 2.72 | 2.33 | 0.84 | - |
| YUV | 41.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 17 | 0 | 0.42 | 0.73 | 0.76 | 25.33 | 0.57 | 0.15 |
| Hex | 3E | 24 | 11 | 0 | 2A | 49 | 4C | 19 | 39 | F |
| Octal | 76 | 44 | 21 | 0 | 52 | 111 | 114 | 31 | 71 | 17 |
| Binary | 111110 | 100100 | 10001 | 0 | 101010 | 1001001 | 1001100 | 11001 | 111001 | 1111 |
Color Harmonies of #3E2411
Complementary color
Monochromatic Colors of #3E2411
Black with #3E2411
Text Example
Text Example
White with #3E2411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2411; }
p { color: rgb(62,36,17); }
H1.HeaderClassName
{
color: #3E2411;
}
.AnyTagClassName
{
color: #3E2411;
}
</style>
background-color css
<style>
a { background-color: #3E2411; }
a { background-color: rgb(62,36,17); }
div.DivClassName
{
background-color: #3E2411;
}
.BgClassName
{
background-color: #3E2411;
}
</style>
border-color css
<style>
span { border-color: #3E2411; }
span { border-color: rgb(62,36,17); }
td.TdClassName
{
border-color: #3E2411;
}
.TagClassName
{
border-color: #3E2411;
}
</style>