Shades of Bistre #462705
Tints of Bistre #462705
RGB
CMYK
RGB Variations
Color information
#462705 (or 0x462705) is known color: Bistre. HEX triplet: 46, 27 and 05. RGB value is (70,39,5). Sum of RGB (Red+Green+Blue) = 70+39+5=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #462705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462705 is #B9D8FA. Grayscale: #2C2C2C. Windows color (decimal): -12179707 or 337734. OLE color: 337734.
HSL color Cylindrical-coordinate representation of color #462705: hue angle of 31.38º 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 #462705 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 5 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.73 |
| HSL | 31.38º | 0.87% | 0.15% | - |
| HSV(B) | 31.38º | 0.93% | 0.27% | - |
| XYZ | 3.28 | 2.76 | 0.5 | - |
| YUV | 44.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 5 | 0 | 0.44 | 0.93 | 0.73 | 31.38 | 0.87 | 0.15 |
| Hex | 46 | 27 | 5 | 0 | 2C | 5D | 49 | 1F | 57 | F |
| Octal | 106 | 47 | 5 | 0 | 54 | 135 | 111 | 37 | 127 | 17 |
| Binary | 1000110 | 100111 | 101 | 0 | 101100 | 1011101 | 1001001 | 11111 | 1010111 | 1111 |
Color Harmonies of #462705
Complementary color
Monochromatic Colors of #462705
Black with #462705
Text Example
Text Example
White with #462705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462705; }
p { color: rgb(70,39,5); }
H1.HeaderClassName
{
color: #462705;
}
.AnyTagClassName
{
color: #462705;
}
</style>
background-color css
<style>
a { background-color: #462705; }
a { background-color: rgb(70,39,5); }
div.DivClassName
{
background-color: #462705;
}
.BgClassName
{
background-color: #462705;
}
</style>
border-color css
<style>
span { border-color: #462705; }
span { border-color: rgb(70,39,5); }
td.TdClassName
{
border-color: #462705;
}
.TagClassName
{
border-color: #462705;
}
</style>