Shades of Bronze Olive #5D5108
Tints of Bronze Olive #5D5108
RGB
CMYK
RGB Variations
Color information
#5D5108 (or 0x5D5108) is known color: Bronze Olive. HEX triplet: 5D, 51 and 08. RGB value is (93,81,8). Sum of RGB (Red+Green+Blue) = 93+81+8=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5108 is #A2AEF7. Grayscale: #4C4C4C. Windows color (decimal): -10661624 or 545117. OLE color: 545117.
HSL color Cylindrical-coordinate representation of color #5D5108: hue angle of 51.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D5108 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 81 | 8 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.64 |
| HSL | 51.53º | 0.84% | 0.2% | - |
| HSV(B) | 51.53º | 0.91% | 0.36% | - |
| XYZ | 7.5 | 8.23 | 1.42 | - |
| YUV | 76.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 8 | 0 | 0.13 | 0.91 | 0.64 | 51.53 | 0.84 | 0.2 |
| Hex | 5D | 51 | 8 | 0 | D | 5B | 40 | 34 | 54 | 14 |
| Octal | 135 | 121 | 10 | 0 | 15 | 133 | 100 | 64 | 124 | 24 |
| Binary | 1011101 | 1010001 | 1000 | 0 | 1101 | 1011011 | 1000000 | 110100 | 1010100 | 10100 |
Color Harmonies of #5D5108
Complementary color
Monochromatic Colors of #5D5108
Black with #5D5108
Text Example
Text Example
White with #5D5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5108; }
p { color: rgb(93,81,8); }
H1.HeaderClassName
{
color: #5D5108;
}
.AnyTagClassName
{
color: #5D5108;
}
</style>
background-color css
<style>
a { background-color: #5D5108; }
a { background-color: rgb(93,81,8); }
div.DivClassName
{
background-color: #5D5108;
}
.BgClassName
{
background-color: #5D5108;
}
</style>
border-color css
<style>
span { border-color: #5D5108; }
span { border-color: rgb(93,81,8); }
td.TdClassName
{
border-color: #5D5108;
}
.TagClassName
{
border-color: #5D5108;
}
</style>