Shades of Bistre #462D17
Tints of Bistre #462D17
RGB
CMYK
RGB Variations
Color information
#462D17 (or 0x462D17) is known color: Bistre. HEX triplet: 46, 2D and 17. RGB value is (70,45,23). Sum of RGB (Red+Green+Blue) = 70+45+23=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D17 is #B9D2E8. Grayscale: #323232. Windows color (decimal): -12178153 or 1518918. OLE color: 1518918.
HSL color Cylindrical-coordinate representation of color #462D17: hue angle of 28.09º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462D17 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 23 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.73 |
| HSL | 28.09º | 0.51% | 0.18% | - |
| HSV(B) | 28.09º | 0.67% | 0.27% | - |
| XYZ | 3.62 | 3.24 | 1.25 | - |
| YUV | 49.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 23 | 0 | 0.36 | 0.67 | 0.73 | 28.09 | 0.51 | 0.18 |
| Hex | 46 | 2D | 17 | 0 | 24 | 43 | 49 | 1C | 33 | 12 |
| Octal | 106 | 55 | 27 | 0 | 44 | 103 | 111 | 34 | 63 | 22 |
| Binary | 1000110 | 101101 | 10111 | 0 | 100100 | 1000011 | 1001001 | 11100 | 110011 | 10010 |
Color Harmonies of #462D17
Complementary color
Monochromatic Colors of #462D17
Black with #462D17
Text Example
Text Example
White with #462D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D17; }
p { color: rgb(70,45,23); }
H1.HeaderClassName
{
color: #462D17;
}
.AnyTagClassName
{
color: #462D17;
}
</style>
background-color css
<style>
a { background-color: #462D17; }
a { background-color: rgb(70,45,23); }
div.DivClassName
{
background-color: #462D17;
}
.BgClassName
{
background-color: #462D17;
}
</style>
border-color css
<style>
span { border-color: #462D17; }
span { border-color: rgb(70,45,23); }
td.TdClassName
{
border-color: #462D17;
}
.TagClassName
{
border-color: #462D17;
}
</style>