Shades of Bronze Olive #5B5325
Tints of Bronze Olive #5B5325
RGB
CMYK
RGB Variations
Color information
#5B5325 (or 0x5B5325) is known color: Bronze Olive. HEX triplet: 5B, 53 and 25. RGB value is (91,83,37). Sum of RGB (Red+Green+Blue) = 91+83+37=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5325 is #A4ACDA. Grayscale: #505050. Windows color (decimal): -10792155 or 2446171. OLE color: 2446171.
HSL color Cylindrical-coordinate representation of color #5B5325: hue angle of 51.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B5325 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 37 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.64 |
| HSL | 51.11º | 0.42% | 0.25% | - |
| HSV(B) | 51.11º | 0.59% | 0.36% | - |
| XYZ | 7.74 | 8.54 | 2.99 | - |
| YUV | 80.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 37 | 0 | 0.09 | 0.59 | 0.64 | 51.11 | 0.42 | 0.25 |
| Hex | 5B | 53 | 25 | 0 | 9 | 3B | 40 | 33 | 2A | 19 |
| Octal | 133 | 123 | 45 | 0 | 11 | 73 | 100 | 63 | 52 | 31 |
| Binary | 1011011 | 1010011 | 100101 | 0 | 1001 | 111011 | 1000000 | 110011 | 101010 | 11001 |
Color Harmonies of #5B5325
Complementary color
Monochromatic Colors of #5B5325
Black with #5B5325
Text Example
Text Example
White with #5B5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5325; }
p { color: rgb(91,83,37); }
H1.HeaderClassName
{
color: #5B5325;
}
.AnyTagClassName
{
color: #5B5325;
}
</style>
background-color css
<style>
a { background-color: #5B5325; }
a { background-color: rgb(91,83,37); }
div.DivClassName
{
background-color: #5B5325;
}
.BgClassName
{
background-color: #5B5325;
}
</style>
border-color css
<style>
span { border-color: #5B5325; }
span { border-color: rgb(91,83,37); }
td.TdClassName
{
border-color: #5B5325;
}
.TagClassName
{
border-color: #5B5325;
}
</style>