Shades of Bistre #3D2614
Tints of Bistre #3D2614
RGB
CMYK
RGB Variations
Color information
#3D2614 (or 0x3D2614) is known color: Bistre. HEX triplet: 3D, 26 and 14. RGB value is (61,38,20). Sum of RGB (Red+Green+Blue) = 61+38+20=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2614 is #C2D9EB. Grayscale: #2A2A2A. Windows color (decimal): -12769772 or 1320509. OLE color: 1320509.
HSL color Cylindrical-coordinate representation of color #3D2614: hue angle of 26.34º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D2614 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 20 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.76 |
| HSL | 26.34º | 0.51% | 0.16% | - |
| HSV(B) | 26.34º | 0.67% | 0.24% | - |
| XYZ | 2.74 | 2.43 | 0.99 | - |
| YUV | 42.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 20 | 0 | 0.38 | 0.67 | 0.76 | 26.34 | 0.51 | 0.16 |
| Hex | 3D | 26 | 14 | 0 | 26 | 43 | 4C | 1A | 33 | 10 |
| Octal | 75 | 46 | 24 | 0 | 46 | 103 | 114 | 32 | 63 | 20 |
| Binary | 111101 | 100110 | 10100 | 0 | 100110 | 1000011 | 1001100 | 11010 | 110011 | 10000 |
Color Harmonies of #3D2614
Complementary color
Monochromatic Colors of #3D2614
Black with #3D2614
Text Example
Text Example
White with #3D2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2614; }
p { color: rgb(61,38,20); }
H1.HeaderClassName
{
color: #3D2614;
}
.AnyTagClassName
{
color: #3D2614;
}
</style>
background-color css
<style>
a { background-color: #3D2614; }
a { background-color: rgb(61,38,20); }
div.DivClassName
{
background-color: #3D2614;
}
.BgClassName
{
background-color: #3D2614;
}
</style>
border-color css
<style>
span { border-color: #3D2614; }
span { border-color: rgb(61,38,20); }
td.TdClassName
{
border-color: #3D2614;
}
.TagClassName
{
border-color: #3D2614;
}
</style>