Shades of Bistre #3F2819
Tints of Bistre #3F2819
RGB
CMYK
RGB Variations
Color information
#3F2819 (or 0x3F2819) is known color: Bistre. HEX triplet: 3F, 28 and 19. RGB value is (63,40,25). Sum of RGB (Red+Green+Blue) = 63+40+25=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2819 is #C0D7E6. Grayscale: #2D2D2D. Windows color (decimal): -12638183 or 1648703. OLE color: 1648703.
HSL color Cylindrical-coordinate representation of color #3F2819: hue angle of 23.68º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F2819 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 25 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.75 |
| HSL | 23.68º | 0.43% | 0.17% | - |
| HSV(B) | 23.68º | 0.6% | 0.25% | - |
| XYZ | 2.98 | 2.64 | 1.27 | - |
| YUV | 45.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 25 | 0 | 0.37 | 0.60 | 0.75 | 23.68 | 0.43 | 0.17 |
| Hex | 3F | 28 | 19 | 0 | 25 | 3C | 4B | 18 | 2B | 11 |
| Octal | 77 | 50 | 31 | 0 | 45 | 74 | 113 | 30 | 53 | 21 |
| Binary | 111111 | 101000 | 11001 | 0 | 100101 | 111100 | 1001011 | 11000 | 101011 | 10001 |
Color Harmonies of #3F2819
Complementary color
Monochromatic Colors of #3F2819
Black with #3F2819
Text Example
Text Example
White with #3F2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2819; }
p { color: rgb(63,40,25); }
H1.HeaderClassName
{
color: #3F2819;
}
.AnyTagClassName
{
color: #3F2819;
}
</style>
background-color css
<style>
a { background-color: #3F2819; }
a { background-color: rgb(63,40,25); }
div.DivClassName
{
background-color: #3F2819;
}
.BgClassName
{
background-color: #3F2819;
}
</style>
border-color css
<style>
span { border-color: #3F2819; }
span { border-color: rgb(63,40,25); }
td.TdClassName
{
border-color: #3F2819;
}
.TagClassName
{
border-color: #3F2819;
}
</style>