Shades of Bistre #3D2819
Tints of Bistre #3D2819
RGB
CMYK
RGB Variations
Color information
#3D2819 (or 0x3D2819) is known color: Bistre. HEX triplet: 3D, 28 and 19. RGB value is (61,40,25). Sum of RGB (Red+Green+Blue) = 61+40+25=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2819 is #C2D7E6. Grayscale: #2C2C2C. Windows color (decimal): -12769255 or 1648701. OLE color: 1648701.
HSL color Cylindrical-coordinate representation of color #3D2819: hue angle of 25º 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 #3D2819 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 25 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.76 |
| HSL | 25º | 0.42% | 0.17% | - |
| HSV(B) | 25º | 0.59% | 0.24% | - |
| XYZ | 2.86 | 2.58 | 1.27 | - |
| YUV | 44.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 25 | 0 | 0.34 | 0.59 | 0.76 | 25 | 0.42 | 0.17 |
| Hex | 3D | 28 | 19 | 0 | 22 | 3B | 4C | 19 | 2A | 11 |
| Octal | 75 | 50 | 31 | 0 | 42 | 73 | 114 | 31 | 52 | 21 |
| Binary | 111101 | 101000 | 11001 | 0 | 100010 | 111011 | 1001100 | 11001 | 101010 | 10001 |
Color Harmonies of #3D2819
Complementary color
Monochromatic Colors of #3D2819
Black with #3D2819
Text Example
Text Example
White with #3D2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2819; }
p { color: rgb(61,40,25); }
H1.HeaderClassName
{
color: #3D2819;
}
.AnyTagClassName
{
color: #3D2819;
}
</style>
background-color css
<style>
a { background-color: #3D2819; }
a { background-color: rgb(61,40,25); }
div.DivClassName
{
background-color: #3D2819;
}
.BgClassName
{
background-color: #3D2819;
}
</style>
border-color css
<style>
span { border-color: #3D2819; }
span { border-color: rgb(61,40,25); }
td.TdClassName
{
border-color: #3D2819;
}
.TagClassName
{
border-color: #3D2819;
}
</style>