Shades of Bistre #412A19
Tints of Bistre #412A19
RGB
CMYK
RGB Variations
Color information
#412A19 (or 0x412A19) is known color: Bistre. HEX triplet: 41, 2A and 19. RGB value is (65,42,25). Sum of RGB (Red+Green+Blue) = 65+42+25=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A19 is #BED5E6. Grayscale: #2F2F2F. Windows color (decimal): -12506599 or 1649217. OLE color: 1649217.
HSL color Cylindrical-coordinate representation of color #412A19: hue angle of 25.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412A19 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 25 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.75 |
| HSL | 25.5º | 0.44% | 0.18% | - |
| HSV(B) | 25.5º | 0.62% | 0.25% | - |
| XYZ | 3.18 | 2.85 | 1.3 | - |
| YUV | 46.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 25 | 0 | 0.35 | 0.62 | 0.75 | 25.5 | 0.44 | 0.18 |
| Hex | 41 | 2A | 19 | 0 | 23 | 3E | 4B | 1A | 2C | 12 |
| Octal | 101 | 52 | 31 | 0 | 43 | 76 | 113 | 32 | 54 | 22 |
| Binary | 1000001 | 101010 | 11001 | 0 | 100011 | 111110 | 1001011 | 11010 | 101100 | 10010 |
Color Harmonies of #412A19
Complementary color
Monochromatic Colors of #412A19
Black with #412A19
Text Example
Text Example
White with #412A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A19; }
p { color: rgb(65,42,25); }
H1.HeaderClassName
{
color: #412A19;
}
.AnyTagClassName
{
color: #412A19;
}
</style>
background-color css
<style>
a { background-color: #412A19; }
a { background-color: rgb(65,42,25); }
div.DivClassName
{
background-color: #412A19;
}
.BgClassName
{
background-color: #412A19;
}
</style>
border-color css
<style>
span { border-color: #412A19; }
span { border-color: rgb(65,42,25); }
td.TdClassName
{
border-color: #412A19;
}
.TagClassName
{
border-color: #412A19;
}
</style>