Shades of Bistre #3D2513
Tints of Bistre #3D2513
RGB
CMYK
RGB Variations
Color information
#3D2513 (or 0x3D2513) is known color: Bistre. HEX triplet: 3D, 25 and 13. RGB value is (61,37,19). Sum of RGB (Red+Green+Blue) = 61+37+19=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2513 is #C2DAEC. Grayscale: #2A2A2A. Windows color (decimal): -12770029 or 1254717. OLE color: 1254717.
HSL color Cylindrical-coordinate representation of color #3D2513: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D2513 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 37 | 19 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.76 |
| HSL | 25.71º | 0.53% | 0.16% | - |
| HSV(B) | 25.71º | 0.69% | 0.24% | - |
| XYZ | 2.7 | 2.36 | 0.93 | - |
| YUV | 42.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 19 | 0 | 0.39 | 0.69 | 0.76 | 25.71 | 0.53 | 0.16 |
| Hex | 3D | 25 | 13 | 0 | 27 | 45 | 4C | 1A | 34 | 10 |
| Octal | 75 | 45 | 23 | 0 | 47 | 105 | 114 | 32 | 64 | 20 |
| Binary | 111101 | 100101 | 10011 | 0 | 100111 | 1000101 | 1001100 | 11010 | 110100 | 10000 |
Color Harmonies of #3D2513
Complementary color
Monochromatic Colors of #3D2513
Black with #3D2513
Text Example
Text Example
White with #3D2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2513; }
p { color: rgb(61,37,19); }
H1.HeaderClassName
{
color: #3D2513;
}
.AnyTagClassName
{
color: #3D2513;
}
</style>
background-color css
<style>
a { background-color: #3D2513; }
a { background-color: rgb(61,37,19); }
div.DivClassName
{
background-color: #3D2513;
}
.BgClassName
{
background-color: #3D2513;
}
</style>
border-color css
<style>
span { border-color: #3D2513; }
span { border-color: rgb(61,37,19); }
td.TdClassName
{
border-color: #3D2513;
}
.TagClassName
{
border-color: #3D2513;
}
</style>