Shades of Bistre #3E2711
Tints of Bistre #3E2711
RGB
CMYK
RGB Variations
Color information
#3E2711 (or 0x3E2711) is known color: Bistre. HEX triplet: 3E, 27 and 11. RGB value is (62,39,17). Sum of RGB (Red+Green+Blue) = 62+39+17=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2711 is #C1D8EE. Grayscale: #2B2B2B. Windows color (decimal): -12703983 or 1124158. OLE color: 1124158.
HSL color Cylindrical-coordinate representation of color #3E2711: hue angle of 29.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 #3E2711 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 17 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.76 |
| HSL | 29.33º | 0.57% | 0.15% | - |
| HSV(B) | 29.33º | 0.73% | 0.24% | - |
| XYZ | 2.81 | 2.52 | 0.87 | - |
| YUV | 43.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 17 | 0 | 0.37 | 0.73 | 0.76 | 29.33 | 0.57 | 0.15 |
| Hex | 3E | 27 | 11 | 0 | 25 | 49 | 4C | 1D | 39 | F |
| Octal | 76 | 47 | 21 | 0 | 45 | 111 | 114 | 35 | 71 | 17 |
| Binary | 111110 | 100111 | 10001 | 0 | 100101 | 1001001 | 1001100 | 11101 | 111001 | 1111 |
Color Harmonies of #3E2711
Complementary color
Monochromatic Colors of #3E2711
Black with #3E2711
Text Example
Text Example
White with #3E2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2711; }
p { color: rgb(62,39,17); }
H1.HeaderClassName
{
color: #3E2711;
}
.AnyTagClassName
{
color: #3E2711;
}
</style>
background-color css
<style>
a { background-color: #3E2711; }
a { background-color: rgb(62,39,17); }
div.DivClassName
{
background-color: #3E2711;
}
.BgClassName
{
background-color: #3E2711;
}
</style>
border-color css
<style>
span { border-color: #3E2711; }
span { border-color: rgb(62,39,17); }
td.TdClassName
{
border-color: #3E2711;
}
.TagClassName
{
border-color: #3E2711;
}
</style>