Shades of Bistre #3D2718
Tints of Bistre #3D2718
RGB
CMYK
RGB Variations
Color information
#3D2718 (or 0x3D2718) is known color: Bistre. HEX triplet: 3D, 27 and 18. RGB value is (61,39,24). Sum of RGB (Red+Green+Blue) = 61+39+24=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2718 is #C2D8E7. Grayscale: #2B2B2B. Windows color (decimal): -12769512 or 1582909. OLE color: 1582909.
HSL color Cylindrical-coordinate representation of color #3D2718: hue angle of 24.32º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D2718 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 24 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.76 |
| HSL | 24.32º | 0.44% | 0.17% | - |
| HSV(B) | 24.32º | 0.61% | 0.24% | - |
| XYZ | 2.81 | 2.51 | 1.2 | - |
| YUV | 43.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 24 | 0 | 0.36 | 0.61 | 0.76 | 24.32 | 0.44 | 0.17 |
| Hex | 3D | 27 | 18 | 0 | 24 | 3D | 4C | 18 | 2C | 11 |
| Octal | 75 | 47 | 30 | 0 | 44 | 75 | 114 | 30 | 54 | 21 |
| Binary | 111101 | 100111 | 11000 | 0 | 100100 | 111101 | 1001100 | 11000 | 101100 | 10001 |
Color Harmonies of #3D2718
Complementary color
Monochromatic Colors of #3D2718
Black with #3D2718
Text Example
Text Example
White with #3D2718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2718; }
p { color: rgb(61,39,24); }
H1.HeaderClassName
{
color: #3D2718;
}
.AnyTagClassName
{
color: #3D2718;
}
</style>
background-color css
<style>
a { background-color: #3D2718; }
a { background-color: rgb(61,39,24); }
div.DivClassName
{
background-color: #3D2718;
}
.BgClassName
{
background-color: #3D2718;
}
</style>
border-color css
<style>
span { border-color: #3D2718; }
span { border-color: rgb(61,39,24); }
td.TdClassName
{
border-color: #3D2718;
}
.TagClassName
{
border-color: #3D2718;
}
</style>