Shades of Bistre #3E2816
Tints of Bistre #3E2816
RGB
CMYK
RGB Variations
Color information
#3E2816 (or 0x3E2816) is known color: Bistre. HEX triplet: 3E, 28 and 16. RGB value is (62,40,22). Sum of RGB (Red+Green+Blue) = 62+40+22=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2816 is #C1D7E9. Grayscale: #2C2C2C. Windows color (decimal): -12703722 or 1452094. OLE color: 1452094.
HSL color Cylindrical-coordinate representation of color #3E2816: hue angle of 27º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E2816 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 40 | 22 | - |
CMYK | 0 | 0.35 | 0.65 | 0.76 |
HSL | 27º | 0.48% | 0.16% | - |
HSV(B) | 27º | 0.65% | 0.24% | - |
XYZ | 2.89 | 2.6 | 1.11 | - |
YUV | 44.53 | 115.29 | 140.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 40 | 22 | 0 | 0.35 | 0.65 | 0.76 | 27 | 0.48 | 0.16 |
Hex | 3E | 28 | 16 | 0 | 23 | 41 | 4C | 1B | 30 | 10 |
Octal | 76 | 50 | 26 | 0 | 43 | 101 | 114 | 33 | 60 | 20 |
Binary | 111110 | 101000 | 10110 | 0 | 100011 | 1000001 | 1001100 | 11011 | 110000 | 10000 |
Color Harmonies of #3E2816
Complementary color
Monochromatic Colors of #3E2816
Black with #3E2816
Text Example
Text Example
White with #3E2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2816; }
p { color: rgb(62,40,22); }
H1.HeaderClassName
{
color: #3E2816;
}
.AnyTagClassName
{
color: #3E2816;
}
</style>
background-color css
<style>
a { background-color: #3E2816; }
a { background-color: rgb(62,40,22); }
div.DivClassName
{
background-color: #3E2816;
}
.BgClassName
{
background-color: #3E2816;
}
</style>
border-color css
<style>
span { border-color: #3E2816; }
span { border-color: rgb(62,40,22); }
td.TdClassName
{
border-color: #3E2816;
}
.TagClassName
{
border-color: #3E2816;
}
</style>