Shades of Bistre #412C1F
Tints of Bistre #412C1F
RGB
CMYK
RGB Variations
Color information
#412C1F (or 0x412C1F) is known color: Bistre. HEX triplet: 41, 2C and 1F. RGB value is (65,44,31). Sum of RGB (Red+Green+Blue) = 65+44+31=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C1F is #BED3E0. Grayscale: #303030. Windows color (decimal): -12506081 or 2042945. OLE color: 2042945.
HSL color Cylindrical-coordinate representation of color #412C1F: hue angle of 22.94º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #412C1F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 31 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.75 |
| HSL | 22.94º | 0.35% | 0.19% | - |
| HSV(B) | 22.94º | 0.52% | 0.25% | - |
| XYZ | 3.33 | 3.02 | 1.7 | - |
| YUV | 48.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 31 | 0 | 0.32 | 0.52 | 0.75 | 22.94 | 0.35 | 0.19 |
| Hex | 41 | 2C | 1F | 0 | 20 | 34 | 4B | 17 | 23 | 13 |
| Octal | 101 | 54 | 37 | 0 | 40 | 64 | 113 | 27 | 43 | 23 |
| Binary | 1000001 | 101100 | 11111 | 0 | 100000 | 110100 | 1001011 | 10111 | 100011 | 10011 |
Color Harmonies of #412C1F
Complementary color
Monochromatic Colors of #412C1F
Black with #412C1F
Text Example
Text Example
White with #412C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C1F; }
p { color: rgb(65,44,31); }
H1.HeaderClassName
{
color: #412C1F;
}
.AnyTagClassName
{
color: #412C1F;
}
</style>
background-color css
<style>
a { background-color: #412C1F; }
a { background-color: rgb(65,44,31); }
div.DivClassName
{
background-color: #412C1F;
}
.BgClassName
{
background-color: #412C1F;
}
</style>
border-color css
<style>
span { border-color: #412C1F; }
span { border-color: rgb(65,44,31); }
td.TdClassName
{
border-color: #412C1F;
}
.TagClassName
{
border-color: #412C1F;
}
</style>