Shades of Bistre #452A0D
Tints of Bistre #452A0D
RGB
CMYK
RGB Variations
Color information
#452A0D (or 0x452A0D) is known color: Bistre. HEX triplet: 45, 2A and 0D. RGB value is (69,42,13). Sum of RGB (Red+Green+Blue) = 69+42+13=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #452A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A0D is #BAD5F2. Grayscale: #2E2E2E. Windows color (decimal): -12244467 or 862789. OLE color: 862789.
HSL color Cylindrical-coordinate representation of color #452A0D: hue angle of 31.07º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452A0D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 13 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.73 |
| HSL | 31.07º | 0.68% | 0.16% | - |
| HSV(B) | 31.07º | 0.81% | 0.27% | - |
| XYZ | 3.35 | 2.95 | 0.77 | - |
| YUV | 46.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 13 | 0 | 0.39 | 0.81 | 0.73 | 31.07 | 0.68 | 0.16 |
| Hex | 45 | 2A | D | 0 | 27 | 51 | 49 | 1F | 44 | 10 |
| Octal | 105 | 52 | 15 | 0 | 47 | 121 | 111 | 37 | 104 | 20 |
| Binary | 1000101 | 101010 | 1101 | 0 | 100111 | 1010001 | 1001001 | 11111 | 1000100 | 10000 |
Color Harmonies of #452A0D
Complementary color
Monochromatic Colors of #452A0D
Black with #452A0D
Text Example
Text Example
White with #452A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A0D; }
p { color: rgb(69,42,13); }
H1.HeaderClassName
{
color: #452A0D;
}
.AnyTagClassName
{
color: #452A0D;
}
</style>
background-color css
<style>
a { background-color: #452A0D; }
a { background-color: rgb(69,42,13); }
div.DivClassName
{
background-color: #452A0D;
}
.BgClassName
{
background-color: #452A0D;
}
</style>
border-color css
<style>
span { border-color: #452A0D; }
span { border-color: rgb(69,42,13); }
td.TdClassName
{
border-color: #452A0D;
}
.TagClassName
{
border-color: #452A0D;
}
</style>