Shades of Bistre #3B2719
Tints of Bistre #3B2719
RGB
CMYK
RGB Variations
Color information
#3B2719 (or 0x3B2719) is known color: Bistre. HEX triplet: 3B, 27 and 19. RGB value is (59,39,25). Sum of RGB (Red+Green+Blue) = 59+39+25=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2719 is #C4D8E6. Grayscale: #2B2B2B. Windows color (decimal): -12900583 or 1648443. OLE color: 1648443.
HSL color Cylindrical-coordinate representation of color #3B2719: hue angle of 24.71º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B2719 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 25 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.77 |
| HSL | 24.71º | 0.4% | 0.16% | - |
| HSV(B) | 24.71º | 0.58% | 0.23% | - |
| XYZ | 2.7 | 2.45 | 1.25 | - |
| YUV | 43.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 25 | 0 | 0.34 | 0.58 | 0.77 | 24.71 | 0.4 | 0.16 |
| Hex | 3B | 27 | 19 | 0 | 22 | 3A | 4D | 19 | 28 | 10 |
| Octal | 73 | 47 | 31 | 0 | 42 | 72 | 115 | 31 | 50 | 20 |
| Binary | 111011 | 100111 | 11001 | 0 | 100010 | 111010 | 1001101 | 11001 | 101000 | 10000 |
Color Harmonies of #3B2719
Complementary color
Monochromatic Colors of #3B2719
Black with #3B2719
Text Example
Text Example
White with #3B2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2719; }
p { color: rgb(59,39,25); }
H1.HeaderClassName
{
color: #3B2719;
}
.AnyTagClassName
{
color: #3B2719;
}
</style>
background-color css
<style>
a { background-color: #3B2719; }
a { background-color: rgb(59,39,25); }
div.DivClassName
{
background-color: #3B2719;
}
.BgClassName
{
background-color: #3B2719;
}
</style>
border-color css
<style>
span { border-color: #3B2719; }
span { border-color: rgb(59,39,25); }
td.TdClassName
{
border-color: #3B2719;
}
.TagClassName
{
border-color: #3B2719;
}
</style>