Shades of Bistre #3C2716
Tints of Bistre #3C2716
RGB
CMYK
RGB Variations
Color information
#3C2716 (or 0x3C2716) is known color: Bistre. HEX triplet: 3C, 27 and 16. RGB value is (60,39,22). Sum of RGB (Red+Green+Blue) = 60+39+22=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2716 is #C3D8E9. Grayscale: #2B2B2B. Windows color (decimal): -12835050 or 1451836. OLE color: 1451836.
HSL color Cylindrical-coordinate representation of color #3C2716: hue angle of 26.84º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2716 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 39 | 22 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.76 |
| HSL | 26.84º | 0.46% | 0.16% | - |
| HSV(B) | 26.84º | 0.63% | 0.24% | - |
| XYZ | 2.73 | 2.47 | 1.09 | - |
| YUV | 43.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 22 | 0 | 0.35 | 0.63 | 0.76 | 26.84 | 0.46 | 0.16 |
| Hex | 3C | 27 | 16 | 0 | 23 | 3F | 4C | 1B | 2E | 10 |
| Octal | 74 | 47 | 26 | 0 | 43 | 77 | 114 | 33 | 56 | 20 |
| Binary | 111100 | 100111 | 10110 | 0 | 100011 | 111111 | 1001100 | 11011 | 101110 | 10000 |
Color Harmonies of #3C2716
Complementary color
Monochromatic Colors of #3C2716
Black with #3C2716
Text Example
Text Example
White with #3C2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2716; }
p { color: rgb(60,39,22); }
H1.HeaderClassName
{
color: #3C2716;
}
.AnyTagClassName
{
color: #3C2716;
}
</style>
background-color css
<style>
a { background-color: #3C2716; }
a { background-color: rgb(60,39,22); }
div.DivClassName
{
background-color: #3C2716;
}
.BgClassName
{
background-color: #3C2716;
}
</style>
border-color css
<style>
span { border-color: #3C2716; }
span { border-color: rgb(60,39,22); }
td.TdClassName
{
border-color: #3C2716;
}
.TagClassName
{
border-color: #3C2716;
}
</style>