Shades of Bronze Olive #5B4A27
Tints of Bronze Olive #5B4A27
RGB
CMYK
RGB Variations
Color information
#5B4A27 (or 0x5B4A27) is known color: Bronze Olive. HEX triplet: 5B, 4A and 27. RGB value is (91,74,39). Sum of RGB (Red+Green+Blue) = 91+74+39=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4A27 is #A4B5D8. Grayscale: #4B4B4B. Windows color (decimal): -10794457 or 2574939. OLE color: 2574939.
HSL color Cylindrical-coordinate representation of color #5B4A27: hue angle of 40.38º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B4A27 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 74 | 39 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.64 |
| HSL | 40.38º | 0.4% | 0.25% | - |
| HSV(B) | 40.38º | 0.57% | 0.36% | - |
| XYZ | 7.13 | 7.27 | 2.95 | - |
| YUV | 75.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 74 | 39 | 0 | 0.19 | 0.57 | 0.64 | 40.38 | 0.4 | 0.25 |
| Hex | 5B | 4A | 27 | 0 | 13 | 39 | 40 | 28 | 28 | 19 |
| Octal | 133 | 112 | 47 | 0 | 23 | 71 | 100 | 50 | 50 | 31 |
| Binary | 1011011 | 1001010 | 100111 | 0 | 10011 | 111001 | 1000000 | 101000 | 101000 | 11001 |
Color Harmonies of #5B4A27
Complementary color
Monochromatic Colors of #5B4A27
Black with #5B4A27
Text Example
Text Example
White with #5B4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4A27; }
p { color: rgb(91,74,39); }
H1.HeaderClassName
{
color: #5B4A27;
}
.AnyTagClassName
{
color: #5B4A27;
}
</style>
background-color css
<style>
a { background-color: #5B4A27; }
a { background-color: rgb(91,74,39); }
div.DivClassName
{
background-color: #5B4A27;
}
.BgClassName
{
background-color: #5B4A27;
}
</style>
border-color css
<style>
span { border-color: #5B4A27; }
span { border-color: rgb(91,74,39); }
td.TdClassName
{
border-color: #5B4A27;
}
.TagClassName
{
border-color: #5B4A27;
}
</style>