Shades of Bistre #3F2A1E
Tints of Bistre #3F2A1E
RGB
CMYK
RGB Variations
Color information
#3F2A1E (or 0x3F2A1E) is known color: Bistre. HEX triplet: 3F, 2A and 1E. RGB value is (63,42,30). Sum of RGB (Red+Green+Blue) = 63+42+30=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A1E is #C0D5E1. Grayscale: #2E2E2E. Windows color (decimal): -12637666 or 1976895. OLE color: 1976895.
HSL color Cylindrical-coordinate representation of color #3F2A1E: hue angle of 21.82º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F2A1E is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 30 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.75 |
| HSL | 21.82º | 0.35% | 0.18% | - |
| HSV(B) | 21.82º | 0.52% | 0.25% | - |
| XYZ | 3.11 | 2.81 | 1.61 | - |
| YUV | 46.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 30 | 0 | 0.33 | 0.52 | 0.75 | 21.82 | 0.35 | 0.18 |
| Hex | 3F | 2A | 1E | 0 | 21 | 34 | 4B | 16 | 23 | 12 |
| Octal | 77 | 52 | 36 | 0 | 41 | 64 | 113 | 26 | 43 | 22 |
| Binary | 111111 | 101010 | 11110 | 0 | 100001 | 110100 | 1001011 | 10110 | 100011 | 10010 |
Color Harmonies of #3F2A1E
Complementary color
Monochromatic Colors of #3F2A1E
Black with #3F2A1E
Text Example
Text Example
White with #3F2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A1E; }
p { color: rgb(63,42,30); }
H1.HeaderClassName
{
color: #3F2A1E;
}
.AnyTagClassName
{
color: #3F2A1E;
}
</style>
background-color css
<style>
a { background-color: #3F2A1E; }
a { background-color: rgb(63,42,30); }
div.DivClassName
{
background-color: #3F2A1E;
}
.BgClassName
{
background-color: #3F2A1E;
}
</style>
border-color css
<style>
span { border-color: #3F2A1E; }
span { border-color: rgb(63,42,30); }
td.TdClassName
{
border-color: #3F2A1E;
}
.TagClassName
{
border-color: #3F2A1E;
}
</style>