Shades of Bronze Olive #5D5102
Tints of Bronze Olive #5D5102
RGB
CMYK
RGB Variations
Color information
#5D5102 (or 0x5D5102) is known color: Bronze Olive. HEX triplet: 5D, 51 and 02. RGB value is (93,81,2). Sum of RGB (Red+Green+Blue) = 93+81+2=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5102 is #A2AEFD. Grayscale: #4B4B4B. Windows color (decimal): -10661630 or 151901. OLE color: 151901.
HSL color Cylindrical-coordinate representation of color #5D5102: hue angle of 52.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D5102 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 81 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.64 |
| HSL | 52.09º | 0.96% | 0.19% | - |
| HSV(B) | 52.09º | 0.98% | 0.36% | - |
| XYZ | 7.47 | 8.22 | 1.25 | - |
| YUV | 75.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 2 | 0 | 0.13 | 0.98 | 0.64 | 52.09 | 0.96 | 0.19 |
| Hex | 5D | 51 | 2 | 0 | D | 62 | 40 | 34 | 60 | 13 |
| Octal | 135 | 121 | 2 | 0 | 15 | 142 | 100 | 64 | 140 | 23 |
| Binary | 1011101 | 1010001 | 10 | 0 | 1101 | 1100010 | 1000000 | 110100 | 1100000 | 10011 |
Color Harmonies of #5D5102
Complementary color
Monochromatic Colors of #5D5102
Black with #5D5102
Text Example
Text Example
White with #5D5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5102; }
p { color: rgb(93,81,2); }
H1.HeaderClassName
{
color: #5D5102;
}
.AnyTagClassName
{
color: #5D5102;
}
</style>
background-color css
<style>
a { background-color: #5D5102; }
a { background-color: rgb(93,81,2); }
div.DivClassName
{
background-color: #5D5102;
}
.BgClassName
{
background-color: #5D5102;
}
</style>
border-color css
<style>
span { border-color: #5D5102; }
span { border-color: rgb(93,81,2); }
td.TdClassName
{
border-color: #5D5102;
}
.TagClassName
{
border-color: #5D5102;
}
</style>