Shades of Bistre #3D2618
Tints of Bistre #3D2618
RGB
CMYK
RGB Variations
Color information
#3D2618 (or 0x3D2618) is known color: Bistre. HEX triplet: 3D, 26 and 18. RGB value is (61,38,24). Sum of RGB (Red+Green+Blue) = 61+38+24=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2618 is #C2D9E7. Grayscale: #2B2B2B. Windows color (decimal): -12769768 or 1582653. OLE color: 1582653.
HSL color Cylindrical-coordinate representation of color #3D2618: hue angle of 22.7º 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 #3D2618 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 24 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.76 |
| HSL | 22.7º | 0.44% | 0.17% | - |
| HSV(B) | 22.7º | 0.61% | 0.24% | - |
| XYZ | 2.78 | 2.44 | 1.19 | - |
| YUV | 43.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 24 | 0 | 0.38 | 0.61 | 0.76 | 22.7 | 0.44 | 0.17 |
| Hex | 3D | 26 | 18 | 0 | 26 | 3D | 4C | 17 | 2C | 11 |
| Octal | 75 | 46 | 30 | 0 | 46 | 75 | 114 | 27 | 54 | 21 |
| Binary | 111101 | 100110 | 11000 | 0 | 100110 | 111101 | 1001100 | 10111 | 101100 | 10001 |
Color Harmonies of #3D2618
Complementary color
Monochromatic Colors of #3D2618
Black with #3D2618
Text Example
Text Example
White with #3D2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2618; }
p { color: rgb(61,38,24); }
H1.HeaderClassName
{
color: #3D2618;
}
.AnyTagClassName
{
color: #3D2618;
}
</style>
background-color css
<style>
a { background-color: #3D2618; }
a { background-color: rgb(61,38,24); }
div.DivClassName
{
background-color: #3D2618;
}
.BgClassName
{
background-color: #3D2618;
}
</style>
border-color css
<style>
span { border-color: #3D2618; }
span { border-color: rgb(61,38,24); }
td.TdClassName
{
border-color: #3D2618;
}
.TagClassName
{
border-color: #3D2618;
}
</style>