Shades of Bronze Olive #51471F
Tints of Bronze Olive #51471F
RGB
CMYK
RGB Variations
Color information
#51471F (or 0x51471F) is known color: Bronze Olive. HEX triplet: 51, 47 and 1F. RGB value is (81,71,31). Sum of RGB (Red+Green+Blue) = 81+71+31=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #51471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51471F is #AEB8E0. Grayscale: #454545. Windows color (decimal): -11450593 or 2049873. OLE color: 2049873.
HSL color Cylindrical-coordinate representation of color #51471F: hue angle of 48º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51471F is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 71 | 31 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.68 |
| HSL | 48º | 0.45% | 0.22% | - |
| HSV(B) | 48º | 0.62% | 0.32% | - |
| XYZ | 5.89 | 6.35 | 2.21 | - |
| YUV | 69.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 31 | 0 | 0.12 | 0.62 | 0.68 | 48 | 0.45 | 0.22 |
| Hex | 51 | 47 | 1F | 0 | C | 3E | 44 | 30 | 2D | 16 |
| Octal | 121 | 107 | 37 | 0 | 14 | 76 | 104 | 60 | 55 | 26 |
| Binary | 1010001 | 1000111 | 11111 | 0 | 1100 | 111110 | 1000100 | 110000 | 101101 | 10110 |
Color Harmonies of #51471F
Complementary color
Monochromatic Colors of #51471F
Black with #51471F
Text Example
Text Example
White with #51471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51471F; }
p { color: rgb(81,71,31); }
H1.HeaderClassName
{
color: #51471F;
}
.AnyTagClassName
{
color: #51471F;
}
</style>
background-color css
<style>
a { background-color: #51471F; }
a { background-color: rgb(81,71,31); }
div.DivClassName
{
background-color: #51471F;
}
.BgClassName
{
background-color: #51471F;
}
</style>
border-color css
<style>
span { border-color: #51471F; }
span { border-color: rgb(81,71,31); }
td.TdClassName
{
border-color: #51471F;
}
.TagClassName
{
border-color: #51471F;
}
</style>