Shades of Bistre #3A271C
Tints of Bistre #3A271C
RGB
CMYK
RGB Variations
Color information
#3A271C (or 0x3A271C) is known color: Bistre. HEX triplet: 3A, 27 and 1C. RGB value is (58,39,28). Sum of RGB (Red+Green+Blue) = 58+39+28=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A271C is #C5D8E3. Grayscale: #2B2B2B. Windows color (decimal): -12966116 or 1845050. OLE color: 1845050.
HSL color Cylindrical-coordinate representation of color #3A271C: hue angle of 22º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A271C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 28 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.77 |
| HSL | 22º | 0.35% | 0.17% | - |
| HSV(B) | 22º | 0.52% | 0.23% | - |
| XYZ | 2.68 | 2.43 | 1.43 | - |
| YUV | 43.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 28 | 0 | 0.33 | 0.52 | 0.77 | 22 | 0.35 | 0.17 |
| Hex | 3A | 27 | 1C | 0 | 21 | 34 | 4D | 16 | 23 | 11 |
| Octal | 72 | 47 | 34 | 0 | 41 | 64 | 115 | 26 | 43 | 21 |
| Binary | 111010 | 100111 | 11100 | 0 | 100001 | 110100 | 1001101 | 10110 | 100011 | 10001 |
Color Harmonies of #3A271C
Complementary color
Monochromatic Colors of #3A271C
Black with #3A271C
Text Example
Text Example
White with #3A271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A271C; }
p { color: rgb(58,39,28); }
H1.HeaderClassName
{
color: #3A271C;
}
.AnyTagClassName
{
color: #3A271C;
}
</style>
background-color css
<style>
a { background-color: #3A271C; }
a { background-color: rgb(58,39,28); }
div.DivClassName
{
background-color: #3A271C;
}
.BgClassName
{
background-color: #3A271C;
}
</style>
border-color css
<style>
span { border-color: #3A271C; }
span { border-color: rgb(58,39,28); }
td.TdClassName
{
border-color: #3A271C;
}
.TagClassName
{
border-color: #3A271C;
}
</style>