Shades of Bistre #3D2C1D
Tints of Bistre #3D2C1D
RGB
CMYK
RGB Variations
Color information
#3D2C1D (or 0x3D2C1D) is known color: Bistre. HEX triplet: 3D, 2C and 1D. RGB value is (61,44,29). Sum of RGB (Red+Green+Blue) = 61+44+29=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C1D is #C2D3E2. Grayscale: #2F2F2F. Windows color (decimal): -12768227 or 1911869. OLE color: 1911869.
HSL color Cylindrical-coordinate representation of color #3D2C1D: hue angle of 28.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D2C1D is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 29 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.76 |
| HSL | 28.13º | 0.36% | 0.18% | - |
| HSV(B) | 28.13º | 0.52% | 0.24% | - |
| XYZ | 3.05 | 2.88 | 1.56 | - |
| YUV | 47.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 29 | 0 | 0.28 | 0.52 | 0.76 | 28.13 | 0.36 | 0.18 |
| Hex | 3D | 2C | 1D | 0 | 1C | 34 | 4C | 1C | 24 | 12 |
| Octal | 75 | 54 | 35 | 0 | 34 | 64 | 114 | 34 | 44 | 22 |
| Binary | 111101 | 101100 | 11101 | 0 | 11100 | 110100 | 1001100 | 11100 | 100100 | 10010 |
Color Harmonies of #3D2C1D
Complementary color
Monochromatic Colors of #3D2C1D
Black with #3D2C1D
Text Example
Text Example
White with #3D2C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C1D; }
p { color: rgb(61,44,29); }
H1.HeaderClassName
{
color: #3D2C1D;
}
.AnyTagClassName
{
color: #3D2C1D;
}
</style>
background-color css
<style>
a { background-color: #3D2C1D; }
a { background-color: rgb(61,44,29); }
div.DivClassName
{
background-color: #3D2C1D;
}
.BgClassName
{
background-color: #3D2C1D;
}
</style>
border-color css
<style>
span { border-color: #3D2C1D; }
span { border-color: rgb(61,44,29); }
td.TdClassName
{
border-color: #3D2C1D;
}
.TagClassName
{
border-color: #3D2C1D;
}
</style>