Shades of Bronze Olive #5D5302
Tints of Bronze Olive #5D5302
RGB
CMYK
RGB Variations
Color information
#5D5302 (or 0x5D5302) is known color: Bronze Olive. HEX triplet: 5D, 53 and 02. RGB value is (93,83,2). Sum of RGB (Red+Green+Blue) = 93+83+2=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5302 is #A2ACFD. Grayscale: #4D4D4D. Windows color (decimal): -10661118 or 152413. OLE color: 152413.
HSL color Cylindrical-coordinate representation of color #5D5302: hue angle of 53.41º 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 #5D5302 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 2 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.64 |
| HSL | 53.41º | 0.96% | 0.19% | - |
| HSV(B) | 53.41º | 0.98% | 0.36% | - |
| XYZ | 7.62 | 8.52 | 1.3 | - |
| YUV | 76.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 2 | 0 | 0.11 | 0.98 | 0.64 | 53.41 | 0.96 | 0.19 |
| Hex | 5D | 53 | 2 | 0 | B | 62 | 40 | 35 | 60 | 13 |
| Octal | 135 | 123 | 2 | 0 | 13 | 142 | 100 | 65 | 140 | 23 |
| Binary | 1011101 | 1010011 | 10 | 0 | 1011 | 1100010 | 1000000 | 110101 | 1100000 | 10011 |
Color Harmonies of #5D5302
Complementary color
Monochromatic Colors of #5D5302
Black with #5D5302
Text Example
Text Example
White with #5D5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5302; }
p { color: rgb(93,83,2); }
H1.HeaderClassName
{
color: #5D5302;
}
.AnyTagClassName
{
color: #5D5302;
}
</style>
background-color css
<style>
a { background-color: #5D5302; }
a { background-color: rgb(93,83,2); }
div.DivClassName
{
background-color: #5D5302;
}
.BgClassName
{
background-color: #5D5302;
}
</style>
border-color css
<style>
span { border-color: #5D5302; }
span { border-color: rgb(93,83,2); }
td.TdClassName
{
border-color: #5D5302;
}
.TagClassName
{
border-color: #5D5302;
}
</style>