Shades of Bistre #452503
Tints of Bistre #452503
RGB
CMYK
RGB Variations
Color information
#452503 (or 0x452503) is known color: Bistre. HEX triplet: 45, 25 and 03. RGB value is (69,37,3). Sum of RGB (Red+Green+Blue) = 69+37+3=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #452503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452503 is #BADAFC. Grayscale: #2A2A2A. Windows color (decimal): -12245757 or 206149. OLE color: 206149.
HSL color Cylindrical-coordinate representation of color #452503: hue angle of 30.91º 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 #452503 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 3 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.73 |
| HSL | 30.91º | 0.92% | 0.14% | - |
| HSV(B) | 30.91º | 0.96% | 0.27% | - |
| XYZ | 3.13 | 2.59 | 0.42 | - |
| YUV | 42.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 3 | 0 | 0.46 | 0.96 | 0.73 | 30.91 | 0.92 | 0.14 |
| Hex | 45 | 25 | 3 | 0 | 2E | 60 | 49 | 1F | 5C | E |
| Octal | 105 | 45 | 3 | 0 | 56 | 140 | 111 | 37 | 134 | 16 |
| Binary | 1000101 | 100101 | 11 | 0 | 101110 | 1100000 | 1001001 | 11111 | 1011100 | 1110 |
Color Harmonies of #452503
Complementary color
Monochromatic Colors of #452503
Black with #452503
Text Example
Text Example
White with #452503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452503; }
p { color: rgb(69,37,3); }
H1.HeaderClassName
{
color: #452503;
}
.AnyTagClassName
{
color: #452503;
}
</style>
background-color css
<style>
a { background-color: #452503; }
a { background-color: rgb(69,37,3); }
div.DivClassName
{
background-color: #452503;
}
.BgClassName
{
background-color: #452503;
}
</style>
border-color css
<style>
span { border-color: #452503; }
span { border-color: rgb(69,37,3); }
td.TdClassName
{
border-color: #452503;
}
.TagClassName
{
border-color: #452503;
}
</style>