Shades of Bistre #462A03
Tints of Bistre #462A03
RGB
CMYK
RGB Variations
Color information
#462A03 (or 0x462A03) is known color: Bistre. HEX triplet: 46, 2A and 03. RGB value is (70,42,3). Sum of RGB (Red+Green+Blue) = 70+42+3=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #462A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A03 is #B9D5FC. Grayscale: #2E2E2E. Windows color (decimal): -12178941 or 207430. OLE color: 207430.
HSL color Cylindrical-coordinate representation of color #462A03: hue angle of 34.93º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #462A03 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 3 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.73 |
| HSL | 34.93º | 0.92% | 0.14% | - |
| HSV(B) | 34.93º | 0.96% | 0.27% | - |
| XYZ | 3.37 | 2.96 | 0.48 | - |
| YUV | 45.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 3 | 0 | 0.40 | 0.96 | 0.73 | 34.93 | 0.92 | 0.14 |
| Hex | 46 | 2A | 3 | 0 | 28 | 60 | 49 | 23 | 5C | E |
| Octal | 106 | 52 | 3 | 0 | 50 | 140 | 111 | 43 | 134 | 16 |
| Binary | 1000110 | 101010 | 11 | 0 | 101000 | 1100000 | 1001001 | 100011 | 1011100 | 1110 |
Color Harmonies of #462A03
Complementary color
Monochromatic Colors of #462A03
Black with #462A03
Text Example
Text Example
White with #462A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A03; }
p { color: rgb(70,42,3); }
H1.HeaderClassName
{
color: #462A03;
}
.AnyTagClassName
{
color: #462A03;
}
</style>
background-color css
<style>
a { background-color: #462A03; }
a { background-color: rgb(70,42,3); }
div.DivClassName
{
background-color: #462A03;
}
.BgClassName
{
background-color: #462A03;
}
</style>
border-color css
<style>
span { border-color: #462A03; }
span { border-color: rgb(70,42,3); }
td.TdClassName
{
border-color: #462A03;
}
.TagClassName
{
border-color: #462A03;
}
</style>