Shades of Bistre #462A13
Tints of Bistre #462A13
RGB
CMYK
RGB Variations
Color information
#462A13 (or 0x462A13) is known color: Bistre. HEX triplet: 46, 2A and 13. RGB value is (70,42,19). Sum of RGB (Red+Green+Blue) = 70+42+19=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #462A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A13 is #B9D5EC. Grayscale: #2F2F2F. Windows color (decimal): -12178925 or 1256006. OLE color: 1256006.
HSL color Cylindrical-coordinate representation of color #462A13: hue angle of 27.06º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462A13 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 19 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.73 |
| HSL | 27.06º | 0.57% | 0.17% | - |
| HSV(B) | 27.06º | 0.73% | 0.27% | - |
| XYZ | 3.47 | 3.01 | 1.01 | - |
| YUV | 47.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 19 | 0 | 0.40 | 0.73 | 0.73 | 27.06 | 0.57 | 0.17 |
| Hex | 46 | 2A | 13 | 0 | 28 | 49 | 49 | 1B | 39 | 11 |
| Octal | 106 | 52 | 23 | 0 | 50 | 111 | 111 | 33 | 71 | 21 |
| Binary | 1000110 | 101010 | 10011 | 0 | 101000 | 1001001 | 1001001 | 11011 | 111001 | 10001 |
Color Harmonies of #462A13
Complementary color
Monochromatic Colors of #462A13
Black with #462A13
Text Example
Text Example
White with #462A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A13; }
p { color: rgb(70,42,19); }
H1.HeaderClassName
{
color: #462A13;
}
.AnyTagClassName
{
color: #462A13;
}
</style>
background-color css
<style>
a { background-color: #462A13; }
a { background-color: rgb(70,42,19); }
div.DivClassName
{
background-color: #462A13;
}
.BgClassName
{
background-color: #462A13;
}
</style>
border-color css
<style>
span { border-color: #462A13; }
span { border-color: rgb(70,42,19); }
td.TdClassName
{
border-color: #462A13;
}
.TagClassName
{
border-color: #462A13;
}
</style>