Shades of Bistre #452A01
Tints of Bistre #452A01
RGB
CMYK
RGB Variations
Color information
#452A01 (or 0x452A01) is known color: Bistre. HEX triplet: 45, 2A and 01. RGB value is (69,42,1). Sum of RGB (Red+Green+Blue) = 69+42+1=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #452A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A01 is #BAD5FE. Grayscale: #2D2D2D. Windows color (decimal): -12244479 or 76357. OLE color: 76357.
HSL color Cylindrical-coordinate representation of color #452A01: hue angle of 36.18º 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 #452A01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.73 |
| HSL | 36.18º | 0.97% | 0.14% | - |
| HSV(B) | 36.18º | 0.99% | 0.27% | - |
| XYZ | 3.29 | 2.92 | 0.42 | - |
| YUV | 45.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 1 | 0 | 0.39 | 0.99 | 0.73 | 36.18 | 0.97 | 0.14 |
| Hex | 45 | 2A | 1 | 0 | 27 | 63 | 49 | 24 | 61 | E |
| Octal | 105 | 52 | 1 | 0 | 47 | 143 | 111 | 44 | 141 | 16 |
| Binary | 1000101 | 101010 | 1 | 0 | 100111 | 1100011 | 1001001 | 100100 | 1100001 | 1110 |
Color Harmonies of #452A01
Complementary color
Monochromatic Colors of #452A01
Black with #452A01
Text Example
Text Example
White with #452A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A01; }
p { color: rgb(69,42,1); }
H1.HeaderClassName
{
color: #452A01;
}
.AnyTagClassName
{
color: #452A01;
}
</style>
background-color css
<style>
a { background-color: #452A01; }
a { background-color: rgb(69,42,1); }
div.DivClassName
{
background-color: #452A01;
}
.BgClassName
{
background-color: #452A01;
}
</style>
border-color css
<style>
span { border-color: #452A01; }
span { border-color: rgb(69,42,1); }
td.TdClassName
{
border-color: #452A01;
}
.TagClassName
{
border-color: #452A01;
}
</style>