Shades of Bistre #3F230D
Tints of Bistre #3F230D
RGB
CMYK
RGB Variations
Color information
#3F230D (or 0x3F230D) is known color: Bistre. HEX triplet: 3F, 23 and 0D. RGB value is (63,35,13). Sum of RGB (Red+Green+Blue) = 63+35+13=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F230D is #C0DCF2. Grayscale: #282828. Windows color (decimal): -12639475 or 860991. OLE color: 860991.
HSL color Cylindrical-coordinate representation of color #3F230D: hue angle of 26.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F230D is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 13 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.75 |
| HSL | 26.4º | 0.66% | 0.15% | - |
| HSV(B) | 26.4º | 0.79% | 0.25% | - |
| XYZ | 2.72 | 2.29 | 0.68 | - |
| YUV | 40.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 13 | 0 | 0.44 | 0.79 | 0.75 | 26.4 | 0.66 | 0.15 |
| Hex | 3F | 23 | D | 0 | 2C | 4F | 4B | 1A | 42 | F |
| Octal | 77 | 43 | 15 | 0 | 54 | 117 | 113 | 32 | 102 | 17 |
| Binary | 111111 | 100011 | 1101 | 0 | 101100 | 1001111 | 1001011 | 11010 | 1000010 | 1111 |
Color Harmonies of #3F230D
Complementary color
Monochromatic Colors of #3F230D
Black with #3F230D
Text Example
Text Example
White with #3F230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F230D; }
p { color: rgb(63,35,13); }
H1.HeaderClassName
{
color: #3F230D;
}
.AnyTagClassName
{
color: #3F230D;
}
</style>
background-color css
<style>
a { background-color: #3F230D; }
a { background-color: rgb(63,35,13); }
div.DivClassName
{
background-color: #3F230D;
}
.BgClassName
{
background-color: #3F230D;
}
</style>
border-color css
<style>
span { border-color: #3F230D; }
span { border-color: rgb(63,35,13); }
td.TdClassName
{
border-color: #3F230D;
}
.TagClassName
{
border-color: #3F230D;
}
</style>