Shades of Bistre #3D2617
Tints of Bistre #3D2617
RGB
CMYK
RGB Variations
Color information
#3D2617 (or 0x3D2617) is known color: Bistre. HEX triplet: 3D, 26 and 17. RGB value is (61,38,23). Sum of RGB (Red+Green+Blue) = 61+38+23=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2617 is #C2D9E8. Grayscale: #2B2B2B. Windows color (decimal): -12769769 or 1517117. OLE color: 1517117.
HSL color Cylindrical-coordinate representation of color #3D2617: hue angle of 23.68º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D2617 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 23 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.76 |
| HSL | 23.68º | 0.45% | 0.16% | - |
| HSV(B) | 23.68º | 0.62% | 0.24% | - |
| XYZ | 2.77 | 2.44 | 1.14 | - |
| YUV | 43.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 23 | 0 | 0.38 | 0.62 | 0.76 | 23.68 | 0.45 | 0.16 |
| Hex | 3D | 26 | 17 | 0 | 26 | 3E | 4C | 18 | 2D | 10 |
| Octal | 75 | 46 | 27 | 0 | 46 | 76 | 114 | 30 | 55 | 20 |
| Binary | 111101 | 100110 | 10111 | 0 | 100110 | 111110 | 1001100 | 11000 | 101101 | 10000 |
Color Harmonies of #3D2617
Complementary color
Monochromatic Colors of #3D2617
Black with #3D2617
Text Example
Text Example
White with #3D2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2617; }
p { color: rgb(61,38,23); }
H1.HeaderClassName
{
color: #3D2617;
}
.AnyTagClassName
{
color: #3D2617;
}
</style>
background-color css
<style>
a { background-color: #3D2617; }
a { background-color: rgb(61,38,23); }
div.DivClassName
{
background-color: #3D2617;
}
.BgClassName
{
background-color: #3D2617;
}
</style>
border-color css
<style>
span { border-color: #3D2617; }
span { border-color: rgb(61,38,23); }
td.TdClassName
{
border-color: #3D2617;
}
.TagClassName
{
border-color: #3D2617;
}
</style>