Shades of Bistre #3D2719
Tints of Bistre #3D2719
RGB
CMYK
RGB Variations
Color information
#3D2719 (or 0x3D2719) is known color: Bistre. HEX triplet: 3D, 27 and 19. RGB value is (61,39,25). Sum of RGB (Red+Green+Blue) = 61+39+25=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2719 is #C2D8E6. Grayscale: #2C2C2C. Windows color (decimal): -12769511 or 1648445. OLE color: 1648445.
HSL color Cylindrical-coordinate representation of color #3D2719: hue angle of 23.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D2719 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 25 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.76 |
| HSL | 23.33º | 0.42% | 0.17% | - |
| HSV(B) | 23.33º | 0.59% | 0.24% | - |
| XYZ | 2.83 | 2.51 | 1.26 | - |
| YUV | 43.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 25 | 0 | 0.36 | 0.59 | 0.76 | 23.33 | 0.42 | 0.17 |
| Hex | 3D | 27 | 19 | 0 | 24 | 3B | 4C | 17 | 2A | 11 |
| Octal | 75 | 47 | 31 | 0 | 44 | 73 | 114 | 27 | 52 | 21 |
| Binary | 111101 | 100111 | 11001 | 0 | 100100 | 111011 | 1001100 | 10111 | 101010 | 10001 |
Color Harmonies of #3D2719
Complementary color
Monochromatic Colors of #3D2719
Black with #3D2719
Text Example
Text Example
White with #3D2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2719; }
p { color: rgb(61,39,25); }
H1.HeaderClassName
{
color: #3D2719;
}
.AnyTagClassName
{
color: #3D2719;
}
</style>
background-color css
<style>
a { background-color: #3D2719; }
a { background-color: rgb(61,39,25); }
div.DivClassName
{
background-color: #3D2719;
}
.BgClassName
{
background-color: #3D2719;
}
</style>
border-color css
<style>
span { border-color: #3D2719; }
span { border-color: rgb(61,39,25); }
td.TdClassName
{
border-color: #3D2719;
}
.TagClassName
{
border-color: #3D2719;
}
</style>