Shades of Bistre #3D2A1B
Tints of Bistre #3D2A1B
RGB
CMYK
RGB Variations
Color information
#3D2A1B (or 0x3D2A1B) is known color: Bistre. HEX triplet: 3D, 2A and 1B. RGB value is (61,42,27). Sum of RGB (Red+Green+Blue) = 61+42+27=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2A1B is #C2D5E4. Grayscale: #2E2E2E. Windows color (decimal): -12768741 or 1780285. OLE color: 1780285.
HSL color Cylindrical-coordinate representation of color #3D2A1B: hue angle of 26.47º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D2A1B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 42 | 27 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.76 |
| HSL | 26.47º | 0.39% | 0.17% | - |
| HSV(B) | 26.47º | 0.56% | 0.24% | - |
| XYZ | 2.95 | 2.73 | 1.41 | - |
| YUV | 45.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 27 | 0 | 0.31 | 0.56 | 0.76 | 26.47 | 0.39 | 0.17 |
| Hex | 3D | 2A | 1B | 0 | 1F | 38 | 4C | 1A | 27 | 11 |
| Octal | 75 | 52 | 33 | 0 | 37 | 70 | 114 | 32 | 47 | 21 |
| Binary | 111101 | 101010 | 11011 | 0 | 11111 | 111000 | 1001100 | 11010 | 100111 | 10001 |
Color Harmonies of #3D2A1B
Complementary color
Monochromatic Colors of #3D2A1B
Black with #3D2A1B
Text Example
Text Example
White with #3D2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A1B; }
p { color: rgb(61,42,27); }
H1.HeaderClassName
{
color: #3D2A1B;
}
.AnyTagClassName
{
color: #3D2A1B;
}
</style>
background-color css
<style>
a { background-color: #3D2A1B; }
a { background-color: rgb(61,42,27); }
div.DivClassName
{
background-color: #3D2A1B;
}
.BgClassName
{
background-color: #3D2A1B;
}
</style>
border-color css
<style>
span { border-color: #3D2A1B; }
span { border-color: rgb(61,42,27); }
td.TdClassName
{
border-color: #3D2A1B;
}
.TagClassName
{
border-color: #3D2A1B;
}
</style>