Shades of Bistre #3D2C22
Tints of Bistre #3D2C22
RGB
CMYK
RGB Variations
Color information
#3D2C22 (or 0x3D2C22) is known color: Bistre. HEX triplet: 3D, 2C and 22. RGB value is (61,44,34). Sum of RGB (Red+Green+Blue) = 61+44+34=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C22 is #C2D3DD. Grayscale: #303030. Windows color (decimal): -12768222 or 2239549. OLE color: 2239549.
HSL color Cylindrical-coordinate representation of color #3D2C22: hue angle of 22.22º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D2C22 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 34 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.76 |
| HSL | 22.22º | 0.28% | 0.19% | - |
| HSV(B) | 22.22º | 0.44% | 0.24% | - |
| XYZ | 3.11 | 2.91 | 1.91 | - |
| YUV | 47.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 34 | 0 | 0.28 | 0.44 | 0.76 | 22.22 | 0.28 | 0.19 |
| Hex | 3D | 2C | 22 | 0 | 1C | 2C | 4C | 16 | 1C | 13 |
| Octal | 75 | 54 | 42 | 0 | 34 | 54 | 114 | 26 | 34 | 23 |
| Binary | 111101 | 101100 | 100010 | 0 | 11100 | 101100 | 1001100 | 10110 | 11100 | 10011 |
Color Harmonies of #3D2C22
Complementary color
Monochromatic Colors of #3D2C22
Black with #3D2C22
Text Example
Text Example
White with #3D2C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C22; }
p { color: rgb(61,44,34); }
H1.HeaderClassName
{
color: #3D2C22;
}
.AnyTagClassName
{
color: #3D2C22;
}
</style>
background-color css
<style>
a { background-color: #3D2C22; }
a { background-color: rgb(61,44,34); }
div.DivClassName
{
background-color: #3D2C22;
}
.BgClassName
{
background-color: #3D2C22;
}
</style>
border-color css
<style>
span { border-color: #3D2C22; }
span { border-color: rgb(61,44,34); }
td.TdClassName
{
border-color: #3D2C22;
}
.TagClassName
{
border-color: #3D2C22;
}
</style>