Shades of Bistre #3E2C1D
Tints of Bistre #3E2C1D
RGB
CMYK
RGB Variations
Color information
#3E2C1D (or 0x3E2C1D) is known color: Bistre. HEX triplet: 3E, 2C and 1D. RGB value is (62,44,29). Sum of RGB (Red+Green+Blue) = 62+44+29=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C1D is #C1D3E2. Grayscale: #2F2F2F. Windows color (decimal): -12702691 or 1911870. OLE color: 1911870.
HSL color Cylindrical-coordinate representation of color #3E2C1D: hue angle of 27.27º 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 #3E2C1D is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 44 | 29 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.76 |
| HSL | 27.27º | 0.36% | 0.18% | - |
| HSV(B) | 27.27º | 0.53% | 0.24% | - |
| XYZ | 3.11 | 2.91 | 1.56 | - |
| YUV | 47.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 29 | 0 | 0.29 | 0.53 | 0.76 | 27.27 | 0.36 | 0.18 |
| Hex | 3E | 2C | 1D | 0 | 1D | 35 | 4C | 1B | 24 | 12 |
| Octal | 76 | 54 | 35 | 0 | 35 | 65 | 114 | 33 | 44 | 22 |
| Binary | 111110 | 101100 | 11101 | 0 | 11101 | 110101 | 1001100 | 11011 | 100100 | 10010 |
Color Harmonies of #3E2C1D
Complementary color
Monochromatic Colors of #3E2C1D
Black with #3E2C1D
Text Example
Text Example
White with #3E2C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C1D; }
p { color: rgb(62,44,29); }
H1.HeaderClassName
{
color: #3E2C1D;
}
.AnyTagClassName
{
color: #3E2C1D;
}
</style>
background-color css
<style>
a { background-color: #3E2C1D; }
a { background-color: rgb(62,44,29); }
div.DivClassName
{
background-color: #3E2C1D;
}
.BgClassName
{
background-color: #3E2C1D;
}
</style>
border-color css
<style>
span { border-color: #3E2C1D; }
span { border-color: rgb(62,44,29); }
td.TdClassName
{
border-color: #3E2C1D;
}
.TagClassName
{
border-color: #3E2C1D;
}
</style>