Shades of Bistre #492403
Tints of Bistre #492403
RGB
CMYK
RGB Variations
Color information
#492403 (or 0x492403) is known color: Bistre. HEX triplet: 49, 24 and 03. RGB value is (73,36,3). Sum of RGB (Red+Green+Blue) = 73+36+3=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #492403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492403 is #B6DBFC. Grayscale: #2B2B2B. Windows color (decimal): -11983869 or 205897. OLE color: 205897.
HSL color Cylindrical-coordinate representation of color #492403: hue angle of 28.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #492403 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 3 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.71 |
| HSL | 28.29º | 0.92% | 0.15% | - |
| HSV(B) | 28.29º | 0.96% | 0.29% | - |
| XYZ | 3.39 | 2.68 | 0.43 | - |
| YUV | 43.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 3 | 0 | 0.51 | 0.96 | 0.71 | 28.29 | 0.92 | 0.15 |
| Hex | 49 | 24 | 3 | 0 | 33 | 60 | 47 | 1C | 5C | F |
| Octal | 111 | 44 | 3 | 0 | 63 | 140 | 107 | 34 | 134 | 17 |
| Binary | 1001001 | 100100 | 11 | 0 | 110011 | 1100000 | 1000111 | 11100 | 1011100 | 1111 |
Color Harmonies of #492403
Complementary color
Monochromatic Colors of #492403
Black with #492403
Text Example
Text Example
White with #492403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492403; }
p { color: rgb(73,36,3); }
H1.HeaderClassName
{
color: #492403;
}
.AnyTagClassName
{
color: #492403;
}
</style>
background-color css
<style>
a { background-color: #492403; }
a { background-color: rgb(73,36,3); }
div.DivClassName
{
background-color: #492403;
}
.BgClassName
{
background-color: #492403;
}
</style>
border-color css
<style>
span { border-color: #492403; }
span { border-color: rgb(73,36,3); }
td.TdClassName
{
border-color: #492403;
}
.TagClassName
{
border-color: #492403;
}
</style>