Shades of Bistre #452B01
Tints of Bistre #452B01
RGB
CMYK
RGB Variations
Color information
#452B01 (or 0x452B01) is known color: Bistre. HEX triplet: 45, 2B and 01. RGB value is (69,43,1). Sum of RGB (Red+Green+Blue) = 69+43+1=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #452B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B01 is #BAD4FE. Grayscale: #2E2E2E. Windows color (decimal): -12244223 or 76613. OLE color: 76613.
HSL color Cylindrical-coordinate representation of color #452B01: hue angle of 37.06º 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 #452B01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.73 |
| HSL | 37.06º | 0.97% | 0.14% | - |
| HSV(B) | 37.06º | 0.99% | 0.27% | - |
| XYZ | 3.32 | 3 | 0.43 | - |
| YUV | 45.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 1 | 0 | 0.38 | 0.99 | 0.73 | 37.06 | 0.97 | 0.14 |
| Hex | 45 | 2B | 1 | 0 | 26 | 63 | 49 | 25 | 61 | E |
| Octal | 105 | 53 | 1 | 0 | 46 | 143 | 111 | 45 | 141 | 16 |
| Binary | 1000101 | 101011 | 1 | 0 | 100110 | 1100011 | 1001001 | 100101 | 1100001 | 1110 |
Color Harmonies of #452B01
Complementary color
Monochromatic Colors of #452B01
Black with #452B01
Text Example
Text Example
White with #452B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B01; }
p { color: rgb(69,43,1); }
H1.HeaderClassName
{
color: #452B01;
}
.AnyTagClassName
{
color: #452B01;
}
</style>
background-color css
<style>
a { background-color: #452B01; }
a { background-color: rgb(69,43,1); }
div.DivClassName
{
background-color: #452B01;
}
.BgClassName
{
background-color: #452B01;
}
</style>
border-color css
<style>
span { border-color: #452B01; }
span { border-color: rgb(69,43,1); }
td.TdClassName
{
border-color: #452B01;
}
.TagClassName
{
border-color: #452B01;
}
</style>