Shades of Bistre #412C19
Tints of Bistre #412C19
RGB
CMYK
RGB Variations
Color information
#412C19 (or 0x412C19) is known color: Bistre. HEX triplet: 41, 2C and 19. RGB value is (65,44,25). Sum of RGB (Red+Green+Blue) = 65+44+25=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C19 is #BED3E6. Grayscale: #303030. Windows color (decimal): -12506087 or 1649729. OLE color: 1649729.
HSL color Cylindrical-coordinate representation of color #412C19: hue angle of 28.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 #412C19 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 25 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.75 |
| HSL | 28.5º | 0.44% | 0.18% | - |
| HSV(B) | 28.5º | 0.62% | 0.25% | - |
| XYZ | 3.26 | 3 | 1.33 | - |
| YUV | 48.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 25 | 0 | 0.32 | 0.62 | 0.75 | 28.5 | 0.44 | 0.18 |
| Hex | 41 | 2C | 19 | 0 | 20 | 3E | 4B | 1C | 2C | 12 |
| Octal | 101 | 54 | 31 | 0 | 40 | 76 | 113 | 34 | 54 | 22 |
| Binary | 1000001 | 101100 | 11001 | 0 | 100000 | 111110 | 1001011 | 11100 | 101100 | 10010 |
Color Harmonies of #412C19
Complementary color
Monochromatic Colors of #412C19
Black with #412C19
Text Example
Text Example
White with #412C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C19; }
p { color: rgb(65,44,25); }
H1.HeaderClassName
{
color: #412C19;
}
.AnyTagClassName
{
color: #412C19;
}
</style>
background-color css
<style>
a { background-color: #412C19; }
a { background-color: rgb(65,44,25); }
div.DivClassName
{
background-color: #412C19;
}
.BgClassName
{
background-color: #412C19;
}
</style>
border-color css
<style>
span { border-color: #412C19; }
span { border-color: rgb(65,44,25); }
td.TdClassName
{
border-color: #412C19;
}
.TagClassName
{
border-color: #412C19;
}
</style>