Shades of Bistre #3D2C1F
Tints of Bistre #3D2C1F
RGB
CMYK
RGB Variations
Color information
#3D2C1F (or 0x3D2C1F) is known color: Bistre. HEX triplet: 3D, 2C and 1F. RGB value is (61,44,31). Sum of RGB (Red+Green+Blue) = 61+44+31=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C1F is #C2D3E0. Grayscale: #2F2F2F. Windows color (decimal): -12768225 or 2042941. OLE color: 2042941.
HSL color Cylindrical-coordinate representation of color #3D2C1F: hue angle of 26º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D2C1F is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 31 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.76 |
| HSL | 26º | 0.33% | 0.18% | - |
| HSV(B) | 26º | 0.49% | 0.24% | - |
| XYZ | 3.07 | 2.89 | 1.69 | - |
| YUV | 47.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 31 | 0 | 0.28 | 0.49 | 0.76 | 26 | 0.33 | 0.18 |
| Hex | 3D | 2C | 1F | 0 | 1C | 31 | 4C | 1A | 21 | 12 |
| Octal | 75 | 54 | 37 | 0 | 34 | 61 | 114 | 32 | 41 | 22 |
| Binary | 111101 | 101100 | 11111 | 0 | 11100 | 110001 | 1001100 | 11010 | 100001 | 10010 |
Color Harmonies of #3D2C1F
Complementary color
Monochromatic Colors of #3D2C1F
Black with #3D2C1F
Text Example
Text Example
White with #3D2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C1F; }
p { color: rgb(61,44,31); }
H1.HeaderClassName
{
color: #3D2C1F;
}
.AnyTagClassName
{
color: #3D2C1F;
}
</style>
background-color css
<style>
a { background-color: #3D2C1F; }
a { background-color: rgb(61,44,31); }
div.DivClassName
{
background-color: #3D2C1F;
}
.BgClassName
{
background-color: #3D2C1F;
}
</style>
border-color css
<style>
span { border-color: #3D2C1F; }
span { border-color: rgb(61,44,31); }
td.TdClassName
{
border-color: #3D2C1F;
}
.TagClassName
{
border-color: #3D2C1F;
}
</style>