Shades of Bistre #3E281B
Tints of Bistre #3E281B
RGB
CMYK
RGB Variations
Color information
#3E281B (or 0x3E281B) is known color: Bistre. HEX triplet: 3E, 28 and 1B. RGB value is (62,40,27). Sum of RGB (Red+Green+Blue) = 62+40+27=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E281B is #C1D7E4. Grayscale: #2D2D2D. Windows color (decimal): -12703717 or 1779774. OLE color: 1779774.
HSL color Cylindrical-coordinate representation of color #3E281B: hue angle of 22.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E281B is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 40 | 27 | - |
CMYK | 0 | 0.35 | 0.56 | 0.76 |
HSL | 22.29º | 0.39% | 0.17% | - |
HSV(B) | 22.29º | 0.56% | 0.24% | - |
XYZ | 2.94 | 2.62 | 1.39 | - |
YUV | 45.1 | 117.79 | 140.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 40 | 27 | 0 | 0.35 | 0.56 | 0.76 | 22.29 | 0.39 | 0.17 |
Hex | 3E | 28 | 1B | 0 | 23 | 38 | 4C | 16 | 27 | 11 |
Octal | 76 | 50 | 33 | 0 | 43 | 70 | 114 | 26 | 47 | 21 |
Binary | 111110 | 101000 | 11011 | 0 | 100011 | 111000 | 1001100 | 10110 | 100111 | 10001 |
Color Harmonies of #3E281B
Complementary color
Monochromatic Colors of #3E281B
Black with #3E281B
Text Example
Text Example
White with #3E281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E281B; }
p { color: rgb(62,40,27); }
H1.HeaderClassName
{
color: #3E281B;
}
.AnyTagClassName
{
color: #3E281B;
}
</style>
background-color css
<style>
a { background-color: #3E281B; }
a { background-color: rgb(62,40,27); }
div.DivClassName
{
background-color: #3E281B;
}
.BgClassName
{
background-color: #3E281B;
}
</style>
border-color css
<style>
span { border-color: #3E281B; }
span { border-color: rgb(62,40,27); }
td.TdClassName
{
border-color: #3E281B;
}
.TagClassName
{
border-color: #3E281B;
}
</style>