Shades of Bistre #452B18
Tints of Bistre #452B18
RGB
CMYK
RGB Variations
Color information
#452B18 (or 0x452B18) is known color: Bistre. HEX triplet: 45, 2B and 18. RGB value is (69,43,24). Sum of RGB (Red+Green+Blue) = 69+43+24=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #452B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B18 is #BAD4E7. Grayscale: #303030. Windows color (decimal): -12244200 or 1583941. OLE color: 1583941.
HSL color Cylindrical-coordinate representation of color #452B18: hue angle of 25.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #452B18 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 24 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.73 |
| HSL | 25.33º | 0.48% | 0.18% | - |
| HSV(B) | 25.33º | 0.65% | 0.27% | - |
| XYZ | 3.48 | 3.06 | 1.27 | - |
| YUV | 48.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 24 | 0 | 0.38 | 0.65 | 0.73 | 25.33 | 0.48 | 0.18 |
| Hex | 45 | 2B | 18 | 0 | 26 | 41 | 49 | 19 | 30 | 12 |
| Octal | 105 | 53 | 30 | 0 | 46 | 101 | 111 | 31 | 60 | 22 |
| Binary | 1000101 | 101011 | 11000 | 0 | 100110 | 1000001 | 1001001 | 11001 | 110000 | 10010 |
Color Harmonies of #452B18
Complementary color
Monochromatic Colors of #452B18
Black with #452B18
Text Example
Text Example
White with #452B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B18; }
p { color: rgb(69,43,24); }
H1.HeaderClassName
{
color: #452B18;
}
.AnyTagClassName
{
color: #452B18;
}
</style>
background-color css
<style>
a { background-color: #452B18; }
a { background-color: rgb(69,43,24); }
div.DivClassName
{
background-color: #452B18;
}
.BgClassName
{
background-color: #452B18;
}
</style>
border-color css
<style>
span { border-color: #452B18; }
span { border-color: rgb(69,43,24); }
td.TdClassName
{
border-color: #452B18;
}
.TagClassName
{
border-color: #452B18;
}
</style>