Shades of Bronze Olive #5B521D
Tints of Bronze Olive #5B521D
RGB
CMYK
RGB Variations
Color information
#5B521D (or 0x5B521D) is known color: Bronze Olive. HEX triplet: 5B, 52 and 1D. RGB value is (91,82,29). Sum of RGB (Red+Green+Blue) = 91+82+29=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B521D is #A4ADE2. Grayscale: #4E4E4E. Windows color (decimal): -10792419 or 1921627. OLE color: 1921627.
HSL color Cylindrical-coordinate representation of color #5B521D: hue angle of 51.29º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B521D is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 29 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.64 |
| HSL | 51.29º | 0.52% | 0.24% | - |
| HSV(B) | 51.29º | 0.68% | 0.36% | - |
| XYZ | 7.55 | 8.35 | 2.38 | - |
| YUV | 78.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 29 | 0 | 0.10 | 0.68 | 0.64 | 51.29 | 0.52 | 0.24 |
| Hex | 5B | 52 | 1D | 0 | A | 44 | 40 | 33 | 34 | 18 |
| Octal | 133 | 122 | 35 | 0 | 12 | 104 | 100 | 63 | 64 | 30 |
| Binary | 1011011 | 1010010 | 11101 | 0 | 1010 | 1000100 | 1000000 | 110011 | 110100 | 11000 |
Color Harmonies of #5B521D
Complementary color
Monochromatic Colors of #5B521D
Black with #5B521D
Text Example
Text Example
White with #5B521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B521D; }
p { color: rgb(91,82,29); }
H1.HeaderClassName
{
color: #5B521D;
}
.AnyTagClassName
{
color: #5B521D;
}
</style>
background-color css
<style>
a { background-color: #5B521D; }
a { background-color: rgb(91,82,29); }
div.DivClassName
{
background-color: #5B521D;
}
.BgClassName
{
background-color: #5B521D;
}
</style>
border-color css
<style>
span { border-color: #5B521D; }
span { border-color: rgb(91,82,29); }
td.TdClassName
{
border-color: #5B521D;
}
.TagClassName
{
border-color: #5B521D;
}
</style>