Shades of Bistre #3D2816
Tints of Bistre #3D2816
RGB
CMYK
RGB Variations
Color information
#3D2816 (or 0x3D2816) is known color: Bistre. HEX triplet: 3D, 28 and 16. RGB value is (61,40,22). Sum of RGB (Red+Green+Blue) = 61+40+22=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2816 is #C2D7E9. Grayscale: #2C2C2C. Windows color (decimal): -12769258 or 1452093. OLE color: 1452093.
HSL color Cylindrical-coordinate representation of color #3D2816: hue angle of 27.69º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2816 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 22 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.76 |
| HSL | 27.69º | 0.47% | 0.16% | - |
| HSV(B) | 27.69º | 0.64% | 0.24% | - |
| XYZ | 2.83 | 2.57 | 1.11 | - |
| YUV | 44.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 22 | 0 | 0.34 | 0.64 | 0.76 | 27.69 | 0.47 | 0.16 |
| Hex | 3D | 28 | 16 | 0 | 22 | 40 | 4C | 1C | 2F | 10 |
| Octal | 75 | 50 | 26 | 0 | 42 | 100 | 114 | 34 | 57 | 20 |
| Binary | 111101 | 101000 | 10110 | 0 | 100010 | 1000000 | 1001100 | 11100 | 101111 | 10000 |
Color Harmonies of #3D2816
Complementary color
Monochromatic Colors of #3D2816
Black with #3D2816
Text Example
Text Example
White with #3D2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2816; }
p { color: rgb(61,40,22); }
H1.HeaderClassName
{
color: #3D2816;
}
.AnyTagClassName
{
color: #3D2816;
}
</style>
background-color css
<style>
a { background-color: #3D2816; }
a { background-color: rgb(61,40,22); }
div.DivClassName
{
background-color: #3D2816;
}
.BgClassName
{
background-color: #3D2816;
}
</style>
border-color css
<style>
span { border-color: #3D2816; }
span { border-color: rgb(61,40,22); }
td.TdClassName
{
border-color: #3D2816;
}
.TagClassName
{
border-color: #3D2816;
}
</style>