Shades of Bistre #3E2714
Tints of Bistre #3E2714
RGB
CMYK
RGB Variations
Color information
#3E2714 (or 0x3E2714) is known color: Bistre. HEX triplet: 3E, 27 and 14. RGB value is (62,39,20). Sum of RGB (Red+Green+Blue) = 62+39+20=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2714 is #C1D8EB. Grayscale: #2B2B2B. Windows color (decimal): -12703980 or 1320766. OLE color: 1320766.
HSL color Cylindrical-coordinate representation of color #3E2714: hue angle of 27.14º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2714 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 20 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.76 |
| HSL | 27.14º | 0.51% | 0.16% | - |
| HSV(B) | 27.14º | 0.68% | 0.24% | - |
| XYZ | 2.84 | 2.53 | 1 | - |
| YUV | 43.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 20 | 0 | 0.37 | 0.68 | 0.76 | 27.14 | 0.51 | 0.16 |
| Hex | 3E | 27 | 14 | 0 | 25 | 44 | 4C | 1B | 33 | 10 |
| Octal | 76 | 47 | 24 | 0 | 45 | 104 | 114 | 33 | 63 | 20 |
| Binary | 111110 | 100111 | 10100 | 0 | 100101 | 1000100 | 1001100 | 11011 | 110011 | 10000 |
Color Harmonies of #3E2714
Complementary color
Monochromatic Colors of #3E2714
Black with #3E2714
Text Example
Text Example
White with #3E2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2714; }
p { color: rgb(62,39,20); }
H1.HeaderClassName
{
color: #3E2714;
}
.AnyTagClassName
{
color: #3E2714;
}
</style>
background-color css
<style>
a { background-color: #3E2714; }
a { background-color: rgb(62,39,20); }
div.DivClassName
{
background-color: #3E2714;
}
.BgClassName
{
background-color: #3E2714;
}
</style>
border-color css
<style>
span { border-color: #3E2714; }
span { border-color: rgb(62,39,20); }
td.TdClassName
{
border-color: #3E2714;
}
.TagClassName
{
border-color: #3E2714;
}
</style>