Shades of Bistre #3C2516
Tints of Bistre #3C2516
RGB
CMYK
RGB Variations
Color information
#3C2516 (or 0x3C2516) is known color: Bistre. HEX triplet: 3C, 25 and 16. RGB value is (60,37,22). Sum of RGB (Red+Green+Blue) = 60+37+22=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2516 is #C3DAE9. Grayscale: #2A2A2A. Windows color (decimal): -12835562 or 1451324. OLE color: 1451324.
HSL color Cylindrical-coordinate representation of color #3C2516: hue angle of 23.68º 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 #3C2516 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 37 | 22 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.76 |
| HSL | 23.68º | 0.46% | 0.16% | - |
| HSV(B) | 23.68º | 0.63% | 0.24% | - |
| XYZ | 2.67 | 2.34 | 1.07 | - |
| YUV | 42.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 22 | 0 | 0.38 | 0.63 | 0.76 | 23.68 | 0.46 | 0.16 |
| Hex | 3C | 25 | 16 | 0 | 26 | 3F | 4C | 18 | 2E | 10 |
| Octal | 74 | 45 | 26 | 0 | 46 | 77 | 114 | 30 | 56 | 20 |
| Binary | 111100 | 100101 | 10110 | 0 | 100110 | 111111 | 1001100 | 11000 | 101110 | 10000 |
Color Harmonies of #3C2516
Complementary color
Monochromatic Colors of #3C2516
Black with #3C2516
Text Example
Text Example
White with #3C2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2516; }
p { color: rgb(60,37,22); }
H1.HeaderClassName
{
color: #3C2516;
}
.AnyTagClassName
{
color: #3C2516;
}
</style>
background-color css
<style>
a { background-color: #3C2516; }
a { background-color: rgb(60,37,22); }
div.DivClassName
{
background-color: #3C2516;
}
.BgClassName
{
background-color: #3C2516;
}
</style>
border-color css
<style>
span { border-color: #3C2516; }
span { border-color: rgb(60,37,22); }
td.TdClassName
{
border-color: #3C2516;
}
.TagClassName
{
border-color: #3C2516;
}
</style>