Shades of Bronze Olive #5B4A1D
Tints of Bronze Olive #5B4A1D
RGB
CMYK
RGB Variations
Color information
#5B4A1D (or 0x5B4A1D) is known color: Bronze Olive. HEX triplet: 5B, 4A and 1D. RGB value is (91,74,29). Sum of RGB (Red+Green+Blue) = 91+74+29=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4A1D is #A4B5E2. Grayscale: #4A4A4A. Windows color (decimal): -10794467 or 1919579. OLE color: 1919579.
HSL color Cylindrical-coordinate representation of color #5B4A1D: hue angle of 43.55º 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 #5B4A1D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 74 | 29 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.64 |
| HSL | 43.55º | 0.52% | 0.24% | - |
| HSV(B) | 43.55º | 0.68% | 0.36% | - |
| XYZ | 6.98 | 7.21 | 2.19 | - |
| YUV | 73.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 74 | 29 | 0 | 0.19 | 0.68 | 0.64 | 43.55 | 0.52 | 0.24 |
| Hex | 5B | 4A | 1D | 0 | 13 | 44 | 40 | 2C | 34 | 18 |
| Octal | 133 | 112 | 35 | 0 | 23 | 104 | 100 | 54 | 64 | 30 |
| Binary | 1011011 | 1001010 | 11101 | 0 | 10011 | 1000100 | 1000000 | 101100 | 110100 | 11000 |
Color Harmonies of #5B4A1D
Complementary color
Monochromatic Colors of #5B4A1D
Black with #5B4A1D
Text Example
Text Example
White with #5B4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4A1D; }
p { color: rgb(91,74,29); }
H1.HeaderClassName
{
color: #5B4A1D;
}
.AnyTagClassName
{
color: #5B4A1D;
}
</style>
background-color css
<style>
a { background-color: #5B4A1D; }
a { background-color: rgb(91,74,29); }
div.DivClassName
{
background-color: #5B4A1D;
}
.BgClassName
{
background-color: #5B4A1D;
}
</style>
border-color css
<style>
span { border-color: #5B4A1D; }
span { border-color: rgb(91,74,29); }
td.TdClassName
{
border-color: #5B4A1D;
}
.TagClassName
{
border-color: #5B4A1D;
}
</style>