Shades of Bistre #462405
Tints of Bistre #462405
RGB
CMYK
RGB Variations
Color information
#462405 (or 0x462405) is known color: Bistre. HEX triplet: 46, 24 and 05. RGB value is (70,36,5). Sum of RGB (Red+Green+Blue) = 70+36+5=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #462405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462405 is #B9DBFA. Grayscale: #2A2A2A. Windows color (decimal): -12180475 or 336966. OLE color: 336966.
HSL color Cylindrical-coordinate representation of color #462405: hue angle of 28.62º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #462405 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 36 | 5 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.73 |
| HSL | 28.62º | 0.87% | 0.15% | - |
| HSV(B) | 28.62º | 0.93% | 0.27% | - |
| XYZ | 3.18 | 2.57 | 0.47 | - |
| YUV | 42.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 5 | 0 | 0.49 | 0.93 | 0.73 | 28.62 | 0.87 | 0.15 |
| Hex | 46 | 24 | 5 | 0 | 31 | 5D | 49 | 1D | 57 | F |
| Octal | 106 | 44 | 5 | 0 | 61 | 135 | 111 | 35 | 127 | 17 |
| Binary | 1000110 | 100100 | 101 | 0 | 110001 | 1011101 | 1001001 | 11101 | 1010111 | 1111 |
Color Harmonies of #462405
Complementary color
Monochromatic Colors of #462405
Black with #462405
Text Example
Text Example
White with #462405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462405; }
p { color: rgb(70,36,5); }
H1.HeaderClassName
{
color: #462405;
}
.AnyTagClassName
{
color: #462405;
}
</style>
background-color css
<style>
a { background-color: #462405; }
a { background-color: rgb(70,36,5); }
div.DivClassName
{
background-color: #462405;
}
.BgClassName
{
background-color: #462405;
}
</style>
border-color css
<style>
span { border-color: #462405; }
span { border-color: rgb(70,36,5); }
td.TdClassName
{
border-color: #462405;
}
.TagClassName
{
border-color: #462405;
}
</style>