Shades of Bistre #3D2615
Tints of Bistre #3D2615
RGB
CMYK
RGB Variations
Color information
#3D2615 (or 0x3D2615) is known color: Bistre. HEX triplet: 3D, 26 and 15. RGB value is (61,38,21). Sum of RGB (Red+Green+Blue) = 61+38+21=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2615 is #C2D9EA. Grayscale: #2B2B2B. Windows color (decimal): -12769771 or 1386045. OLE color: 1386045.
HSL color Cylindrical-coordinate representation of color #3D2615: hue angle of 25.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D2615 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 21 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.76 |
| HSL | 25.5º | 0.49% | 0.16% | - |
| HSV(B) | 25.5º | 0.66% | 0.24% | - |
| XYZ | 2.75 | 2.43 | 1.03 | - |
| YUV | 42.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 21 | 0 | 0.38 | 0.66 | 0.76 | 25.5 | 0.49 | 0.16 |
| Hex | 3D | 26 | 15 | 0 | 26 | 42 | 4C | 1A | 31 | 10 |
| Octal | 75 | 46 | 25 | 0 | 46 | 102 | 114 | 32 | 61 | 20 |
| Binary | 111101 | 100110 | 10101 | 0 | 100110 | 1000010 | 1001100 | 11010 | 110001 | 10000 |
Color Harmonies of #3D2615
Complementary color
Monochromatic Colors of #3D2615
Black with #3D2615
Text Example
Text Example
White with #3D2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2615; }
p { color: rgb(61,38,21); }
H1.HeaderClassName
{
color: #3D2615;
}
.AnyTagClassName
{
color: #3D2615;
}
</style>
background-color css
<style>
a { background-color: #3D2615; }
a { background-color: rgb(61,38,21); }
div.DivClassName
{
background-color: #3D2615;
}
.BgClassName
{
background-color: #3D2615;
}
</style>
border-color css
<style>
span { border-color: #3D2615; }
span { border-color: rgb(61,38,21); }
td.TdClassName
{
border-color: #3D2615;
}
.TagClassName
{
border-color: #3D2615;
}
</style>