Shades of Bistre #452301
Tints of Bistre #452301
RGB
CMYK
RGB Variations
Color information
#452301 (or 0x452301) is known color: Bistre. HEX triplet: 45, 23 and 01. RGB value is (69,35,1). Sum of RGB (Red+Green+Blue) = 69+35+1=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #452301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452301 is #BADCFE. Grayscale: #292929. Windows color (decimal): -12246271 or 74565. OLE color: 74565.
HSL color Cylindrical-coordinate representation of color #452301: hue angle of 30º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #452301 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 35 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.73 |
| HSL | 30º | 0.97% | 0.14% | - |
| HSV(B) | 30º | 0.99% | 0.27% | - |
| XYZ | 3.06 | 2.47 | 0.34 | - |
| YUV | 41.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 1 | 0 | 0.49 | 0.99 | 0.73 | 30 | 0.97 | 0.14 |
| Hex | 45 | 23 | 1 | 0 | 31 | 63 | 49 | 1E | 61 | E |
| Octal | 105 | 43 | 1 | 0 | 61 | 143 | 111 | 36 | 141 | 16 |
| Binary | 1000101 | 100011 | 1 | 0 | 110001 | 1100011 | 1001001 | 11110 | 1100001 | 1110 |
Color Harmonies of #452301
Complementary color
Monochromatic Colors of #452301
Black with #452301
Text Example
Text Example
White with #452301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452301; }
p { color: rgb(69,35,1); }
H1.HeaderClassName
{
color: #452301;
}
.AnyTagClassName
{
color: #452301;
}
</style>
background-color css
<style>
a { background-color: #452301; }
a { background-color: rgb(69,35,1); }
div.DivClassName
{
background-color: #452301;
}
.BgClassName
{
background-color: #452301;
}
</style>
border-color css
<style>
span { border-color: #452301; }
span { border-color: rgb(69,35,1); }
td.TdClassName
{
border-color: #452301;
}
.TagClassName
{
border-color: #452301;
}
</style>