Shades of Bistre #3B2517
Tints of Bistre #3B2517
RGB
CMYK
RGB Variations
Color information
#3B2517 (or 0x3B2517) is known color: Bistre. HEX triplet: 3B, 25 and 17. RGB value is (59,37,23). Sum of RGB (Red+Green+Blue) = 59+37+23=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2517 is #C4DAE8. Grayscale: #2A2A2A. Windows color (decimal): -12901097 or 1516859. OLE color: 1516859.
HSL color Cylindrical-coordinate representation of color #3B2517: hue angle of 23.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B2517 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 23 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.77 |
| HSL | 23.33º | 0.44% | 0.16% | - |
| HSV(B) | 23.33º | 0.61% | 0.23% | - |
| XYZ | 2.62 | 2.31 | 1.12 | - |
| YUV | 41.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 23 | 0 | 0.37 | 0.61 | 0.77 | 23.33 | 0.44 | 0.16 |
| Hex | 3B | 25 | 17 | 0 | 25 | 3D | 4D | 17 | 2C | 10 |
| Octal | 73 | 45 | 27 | 0 | 45 | 75 | 115 | 27 | 54 | 20 |
| Binary | 111011 | 100101 | 10111 | 0 | 100101 | 111101 | 1001101 | 10111 | 101100 | 10000 |
Color Harmonies of #3B2517
Complementary color
Monochromatic Colors of #3B2517
Black with #3B2517
Text Example
Text Example
White with #3B2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2517; }
p { color: rgb(59,37,23); }
H1.HeaderClassName
{
color: #3B2517;
}
.AnyTagClassName
{
color: #3B2517;
}
</style>
background-color css
<style>
a { background-color: #3B2517; }
a { background-color: rgb(59,37,23); }
div.DivClassName
{
background-color: #3B2517;
}
.BgClassName
{
background-color: #3B2517;
}
</style>
border-color css
<style>
span { border-color: #3B2517; }
span { border-color: rgb(59,37,23); }
td.TdClassName
{
border-color: #3B2517;
}
.TagClassName
{
border-color: #3B2517;
}
</style>