Shades of Bistre #3F2D22
Tints of Bistre #3F2D22
RGB
CMYK
RGB Variations
Color information
#3F2D22 (or 0x3F2D22) is known color: Bistre. HEX triplet: 3F, 2D and 22. RGB value is (63,45,34). Sum of RGB (Red+Green+Blue) = 63+45+34=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D22 is #C0D2DD. Grayscale: #313131. Windows color (decimal): -12636894 or 2239807. OLE color: 2239807.
HSL color Cylindrical-coordinate representation of color #3F2D22: hue angle of 22.76º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2D22 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 34 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.75 |
| HSL | 22.76º | 0.3% | 0.19% | - |
| HSV(B) | 22.76º | 0.46% | 0.25% | - |
| XYZ | 3.28 | 3.05 | 1.93 | - |
| YUV | 49.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 34 | 0 | 0.29 | 0.46 | 0.75 | 22.76 | 0.3 | 0.19 |
| Hex | 3F | 2D | 22 | 0 | 1D | 2E | 4B | 17 | 1E | 13 |
| Octal | 77 | 55 | 42 | 0 | 35 | 56 | 113 | 27 | 36 | 23 |
| Binary | 111111 | 101101 | 100010 | 0 | 11101 | 101110 | 1001011 | 10111 | 11110 | 10011 |
Color Harmonies of #3F2D22
Complementary color
Monochromatic Colors of #3F2D22
Black with #3F2D22
Text Example
Text Example
White with #3F2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D22; }
p { color: rgb(63,45,34); }
H1.HeaderClassName
{
color: #3F2D22;
}
.AnyTagClassName
{
color: #3F2D22;
}
</style>
background-color css
<style>
a { background-color: #3F2D22; }
a { background-color: rgb(63,45,34); }
div.DivClassName
{
background-color: #3F2D22;
}
.BgClassName
{
background-color: #3F2D22;
}
</style>
border-color css
<style>
span { border-color: #3F2D22; }
span { border-color: rgb(63,45,34); }
td.TdClassName
{
border-color: #3F2D22;
}
.TagClassName
{
border-color: #3F2D22;
}
</style>