Shades of Bistre #3E2D22
Tints of Bistre #3E2D22
RGB
CMYK
RGB Variations
Color information
#3E2D22 (or 0x3E2D22) is known color: Bistre. HEX triplet: 3E, 2D and 22. RGB value is (62,45,34). Sum of RGB (Red+Green+Blue) = 62+45+34=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D22 is #C1D2DD. Grayscale: #303030. Windows color (decimal): -12702430 or 2239806. OLE color: 2239806.
HSL color Cylindrical-coordinate representation of color #3E2D22: hue angle of 23.57º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E2D22 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 45 | 34 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.76 |
| HSL | 23.57º | 0.29% | 0.19% | - |
| HSV(B) | 23.57º | 0.45% | 0.24% | - |
| XYZ | 3.21 | 3.02 | 1.93 | - |
| YUV | 48.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 34 | 0 | 0.27 | 0.45 | 0.76 | 23.57 | 0.29 | 0.19 |
| Hex | 3E | 2D | 22 | 0 | 1B | 2D | 4C | 18 | 1D | 13 |
| Octal | 76 | 55 | 42 | 0 | 33 | 55 | 114 | 30 | 35 | 23 |
| Binary | 111110 | 101101 | 100010 | 0 | 11011 | 101101 | 1001100 | 11000 | 11101 | 10011 |
Color Harmonies of #3E2D22
Complementary color
Monochromatic Colors of #3E2D22
Black with #3E2D22
Text Example
Text Example
White with #3E2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2D22; }
p { color: rgb(62,45,34); }
H1.HeaderClassName
{
color: #3E2D22;
}
.AnyTagClassName
{
color: #3E2D22;
}
</style>
background-color css
<style>
a { background-color: #3E2D22; }
a { background-color: rgb(62,45,34); }
div.DivClassName
{
background-color: #3E2D22;
}
.BgClassName
{
background-color: #3E2D22;
}
</style>
border-color css
<style>
span { border-color: #3E2D22; }
span { border-color: rgb(62,45,34); }
td.TdClassName
{
border-color: #3E2D22;
}
.TagClassName
{
border-color: #3E2D22;
}
</style>