Shades of Bistre #412C1D
Tints of Bistre #412C1D
RGB
CMYK
RGB Variations
Color information
#412C1D (or 0x412C1D) is known color: Bistre. HEX triplet: 41, 2C and 1D. RGB value is (65,44,29). Sum of RGB (Red+Green+Blue) = 65+44+29=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C1D is #BED3E2. Grayscale: #303030. Windows color (decimal): -12506083 or 1911873. OLE color: 1911873.
HSL color Cylindrical-coordinate representation of color #412C1D: hue angle of 25º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #412C1D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 29 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.75 |
| HSL | 25º | 0.38% | 0.18% | - |
| HSV(B) | 25º | 0.55% | 0.25% | - |
| XYZ | 3.3 | 3.01 | 1.57 | - |
| YUV | 48.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 29 | 0 | 0.32 | 0.55 | 0.75 | 25 | 0.38 | 0.18 |
| Hex | 41 | 2C | 1D | 0 | 20 | 37 | 4B | 19 | 26 | 12 |
| Octal | 101 | 54 | 35 | 0 | 40 | 67 | 113 | 31 | 46 | 22 |
| Binary | 1000001 | 101100 | 11101 | 0 | 100000 | 110111 | 1001011 | 11001 | 100110 | 10010 |
Color Harmonies of #412C1D
Complementary color
Monochromatic Colors of #412C1D
Black with #412C1D
Text Example
Text Example
White with #412C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C1D; }
p { color: rgb(65,44,29); }
H1.HeaderClassName
{
color: #412C1D;
}
.AnyTagClassName
{
color: #412C1D;
}
</style>
background-color css
<style>
a { background-color: #412C1D; }
a { background-color: rgb(65,44,29); }
div.DivClassName
{
background-color: #412C1D;
}
.BgClassName
{
background-color: #412C1D;
}
</style>
border-color css
<style>
span { border-color: #412C1D; }
span { border-color: rgb(65,44,29); }
td.TdClassName
{
border-color: #412C1D;
}
.TagClassName
{
border-color: #412C1D;
}
</style>