Shades of Bronze Olive #5B521F
Tints of Bronze Olive #5B521F
RGB
CMYK
RGB Variations
Color information
#5B521F (or 0x5B521F) is known color: Bronze Olive. HEX triplet: 5B, 52 and 1F. RGB value is (91,82,31). Sum of RGB (Red+Green+Blue) = 91+82+31=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B521F is #A4ADE0. Grayscale: #4F4F4F. Windows color (decimal): -10792417 or 2052699. OLE color: 2052699.
HSL color Cylindrical-coordinate representation of color #5B521F: hue angle of 51º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B521F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 31 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.64 |
| HSL | 51º | 0.49% | 0.24% | - |
| HSV(B) | 51º | 0.66% | 0.36% | - |
| XYZ | 7.58 | 8.36 | 2.51 | - |
| YUV | 78.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 31 | 0 | 0.10 | 0.66 | 0.64 | 51 | 0.49 | 0.24 |
| Hex | 5B | 52 | 1F | 0 | A | 42 | 40 | 33 | 31 | 18 |
| Octal | 133 | 122 | 37 | 0 | 12 | 102 | 100 | 63 | 61 | 30 |
| Binary | 1011011 | 1010010 | 11111 | 0 | 1010 | 1000010 | 1000000 | 110011 | 110001 | 11000 |
Color Harmonies of #5B521F
Complementary color
Monochromatic Colors of #5B521F
Black with #5B521F
Text Example
Text Example
White with #5B521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B521F; }
p { color: rgb(91,82,31); }
H1.HeaderClassName
{
color: #5B521F;
}
.AnyTagClassName
{
color: #5B521F;
}
</style>
background-color css
<style>
a { background-color: #5B521F; }
a { background-color: rgb(91,82,31); }
div.DivClassName
{
background-color: #5B521F;
}
.BgClassName
{
background-color: #5B521F;
}
</style>
border-color css
<style>
span { border-color: #5B521F; }
span { border-color: rgb(91,82,31); }
td.TdClassName
{
border-color: #5B521F;
}
.TagClassName
{
border-color: #5B521F;
}
</style>