Shades of Bronze Olive #51481B
Tints of Bronze Olive #51481B
RGB
CMYK
RGB Variations
Color information
#51481B (or 0x51481B) is known color: Bronze Olive. HEX triplet: 51, 48 and 1B. RGB value is (81,72,27). Sum of RGB (Red+Green+Blue) = 81+72+27=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51481B is #AEB7E4. Grayscale: #454545. Windows color (decimal): -11450341 or 1787985. OLE color: 1787985.
HSL color Cylindrical-coordinate representation of color #51481B: hue angle of 50º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51481B is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 27 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.68 |
| HSL | 50º | 0.5% | 0.21% | - |
| HSV(B) | 50º | 0.67% | 0.32% | - |
| XYZ | 5.91 | 6.46 | 1.97 | - |
| YUV | 69.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 27 | 0 | 0.11 | 0.67 | 0.68 | 50 | 0.5 | 0.21 |
| Hex | 51 | 48 | 1B | 0 | B | 43 | 44 | 32 | 32 | 15 |
| Octal | 121 | 110 | 33 | 0 | 13 | 103 | 104 | 62 | 62 | 25 |
| Binary | 1010001 | 1001000 | 11011 | 0 | 1011 | 1000011 | 1000100 | 110010 | 110010 | 10101 |
Color Harmonies of #51481B
Complementary color
Monochromatic Colors of #51481B
Black with #51481B
Text Example
Text Example
White with #51481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51481B; }
p { color: rgb(81,72,27); }
H1.HeaderClassName
{
color: #51481B;
}
.AnyTagClassName
{
color: #51481B;
}
</style>
background-color css
<style>
a { background-color: #51481B; }
a { background-color: rgb(81,72,27); }
div.DivClassName
{
background-color: #51481B;
}
.BgClassName
{
background-color: #51481B;
}
</style>
border-color css
<style>
span { border-color: #51481B; }
span { border-color: rgb(81,72,27); }
td.TdClassName
{
border-color: #51481B;
}
.TagClassName
{
border-color: #51481B;
}
</style>