Shades of Bistre #452B00
Tints of Bistre #452B00
RGB
CMYK
RGB Variations
Color information
#452B00 (or 0x452B00) is known color: Bistre. HEX triplet: 45, 2B and 00. RGB value is (69,43,0). Sum of RGB (Red+Green+Blue) = 69+43+0=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #452B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B00 is #BAD4FF. Grayscale: #2E2E2E. Windows color (decimal): -12244224 or 11077. OLE color: 11077.
HSL color Cylindrical-coordinate representation of color #452B00: hue angle of 37.39º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #452B00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.73 |
| HSL | 37.39º | 1% | 0.14% | - |
| HSV(B) | 37.39º | 1% | 0.27% | - |
| XYZ | 3.32 | 2.99 | 0.4 | - |
| YUV | 45.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 0 | 0 | 0.38 | 1 | 0.73 | 37.39 | 1 | 0.14 |
| Hex | 45 | 2B | 0 | 0 | 26 | 64 | 49 | 25 | 64 | E |
| Octal | 105 | 53 | 0 | 0 | 46 | 144 | 111 | 45 | 144 | 16 |
| Binary | 1000101 | 101011 | 0 | 0 | 100110 | 1100100 | 1001001 | 100101 | 1100100 | 1110 |
Color Harmonies of #452B00
Complementary color
Monochromatic Colors of #452B00
Black with #452B00
Text Example
Text Example
White with #452B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B00; }
p { color: rgb(69,43,0); }
H1.HeaderClassName
{
color: #452B00;
}
.AnyTagClassName
{
color: #452B00;
}
</style>
background-color css
<style>
a { background-color: #452B00; }
a { background-color: rgb(69,43,0); }
div.DivClassName
{
background-color: #452B00;
}
.BgClassName
{
background-color: #452B00;
}
</style>
border-color css
<style>
span { border-color: #452B00; }
span { border-color: rgb(69,43,0); }
td.TdClassName
{
border-color: #452B00;
}
.TagClassName
{
border-color: #452B00;
}
</style>