Shades of Bistre #3F2D20
Tints of Bistre #3F2D20
RGB
CMYK
RGB Variations
Color information
#3F2D20 (or 0x3F2D20) is known color: Bistre. HEX triplet: 3F, 2D and 20. RGB value is (63,45,32). Sum of RGB (Red+Green+Blue) = 63+45+32=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D20 is #C0D2DF. Grayscale: #303030. Windows color (decimal): -12636896 or 2108735. OLE color: 2108735.
HSL color Cylindrical-coordinate representation of color #3F2D20: hue angle of 25.16º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2D20 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 32 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.75 |
| HSL | 25.16º | 0.33% | 0.19% | - |
| HSV(B) | 25.16º | 0.49% | 0.25% | - |
| XYZ | 3.25 | 3.04 | 1.78 | - |
| YUV | 48.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 32 | 0 | 0.29 | 0.49 | 0.75 | 25.16 | 0.33 | 0.19 |
| Hex | 3F | 2D | 20 | 0 | 1D | 31 | 4B | 19 | 21 | 13 |
| Octal | 77 | 55 | 40 | 0 | 35 | 61 | 113 | 31 | 41 | 23 |
| Binary | 111111 | 101101 | 100000 | 0 | 11101 | 110001 | 1001011 | 11001 | 100001 | 10011 |
Color Harmonies of #3F2D20
Complementary color
Monochromatic Colors of #3F2D20
Black with #3F2D20
Text Example
Text Example
White with #3F2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D20; }
p { color: rgb(63,45,32); }
H1.HeaderClassName
{
color: #3F2D20;
}
.AnyTagClassName
{
color: #3F2D20;
}
</style>
background-color css
<style>
a { background-color: #3F2D20; }
a { background-color: rgb(63,45,32); }
div.DivClassName
{
background-color: #3F2D20;
}
.BgClassName
{
background-color: #3F2D20;
}
</style>
border-color css
<style>
span { border-color: #3F2D20; }
span { border-color: rgb(63,45,32); }
td.TdClassName
{
border-color: #3F2D20;
}
.TagClassName
{
border-color: #3F2D20;
}
</style>