Shades of Bistre #452A14
Tints of Bistre #452A14
RGB
CMYK
RGB Variations
Color information
#452A14 (or 0x452A14) is known color: Bistre. HEX triplet: 45, 2A and 14. RGB value is (69,42,20). Sum of RGB (Red+Green+Blue) = 69+42+20=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #452A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A14 is #BAD5EB. Grayscale: #2F2F2F. Windows color (decimal): -12244460 or 1321541. OLE color: 1321541.
HSL color Cylindrical-coordinate representation of color #452A14: hue angle of 26.94º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452A14 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 20 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.73 |
| HSL | 26.94º | 0.55% | 0.17% | - |
| HSV(B) | 26.94º | 0.71% | 0.27% | - |
| XYZ | 3.41 | 2.97 | 1.06 | - |
| YUV | 47.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 20 | 0 | 0.39 | 0.71 | 0.73 | 26.94 | 0.55 | 0.17 |
| Hex | 45 | 2A | 14 | 0 | 27 | 47 | 49 | 1B | 37 | 11 |
| Octal | 105 | 52 | 24 | 0 | 47 | 107 | 111 | 33 | 67 | 21 |
| Binary | 1000101 | 101010 | 10100 | 0 | 100111 | 1000111 | 1001001 | 11011 | 110111 | 10001 |
Color Harmonies of #452A14
Complementary color
Monochromatic Colors of #452A14
Black with #452A14
Text Example
Text Example
White with #452A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A14; }
p { color: rgb(69,42,20); }
H1.HeaderClassName
{
color: #452A14;
}
.AnyTagClassName
{
color: #452A14;
}
</style>
background-color css
<style>
a { background-color: #452A14; }
a { background-color: rgb(69,42,20); }
div.DivClassName
{
background-color: #452A14;
}
.BgClassName
{
background-color: #452A14;
}
</style>
border-color css
<style>
span { border-color: #452A14; }
span { border-color: rgb(69,42,20); }
td.TdClassName
{
border-color: #452A14;
}
.TagClassName
{
border-color: #452A14;
}
</style>