Shades of Bronze Olive #5D4E1F
Tints of Bronze Olive #5D4E1F
RGB
CMYK
RGB Variations
Color information
#5D4E1F (or 0x5D4E1F) is known color: Bronze Olive. HEX triplet: 5D, 4E and 1F. RGB value is (93,78,31). Sum of RGB (Red+Green+Blue) = 93+78+31=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4E1F is #A2B1E0. Grayscale: #4D4D4D. Windows color (decimal): -10662369 or 2051677. OLE color: 2051677.
HSL color Cylindrical-coordinate representation of color #5D4E1F: hue angle of 45.48º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D4E1F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 31 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.64 |
| HSL | 45.48º | 0.5% | 0.24% | - |
| HSV(B) | 45.48º | 0.67% | 0.36% | - |
| XYZ | 7.49 | 7.87 | 2.42 | - |
| YUV | 77.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 31 | 0 | 0.16 | 0.67 | 0.64 | 45.48 | 0.5 | 0.24 |
| Hex | 5D | 4E | 1F | 0 | 10 | 43 | 40 | 2D | 32 | 18 |
| Octal | 135 | 116 | 37 | 0 | 20 | 103 | 100 | 55 | 62 | 30 |
| Binary | 1011101 | 1001110 | 11111 | 0 | 10000 | 1000011 | 1000000 | 101101 | 110010 | 11000 |
Color Harmonies of #5D4E1F
Complementary color
Monochromatic Colors of #5D4E1F
Black with #5D4E1F
Text Example
Text Example
White with #5D4E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E1F; }
p { color: rgb(93,78,31); }
H1.HeaderClassName
{
color: #5D4E1F;
}
.AnyTagClassName
{
color: #5D4E1F;
}
</style>
background-color css
<style>
a { background-color: #5D4E1F; }
a { background-color: rgb(93,78,31); }
div.DivClassName
{
background-color: #5D4E1F;
}
.BgClassName
{
background-color: #5D4E1F;
}
</style>
border-color css
<style>
span { border-color: #5D4E1F; }
span { border-color: rgb(93,78,31); }
td.TdClassName
{
border-color: #5D4E1F;
}
.TagClassName
{
border-color: #5D4E1F;
}
</style>