Shades of Bronze Olive #5D5318
Tints of Bronze Olive #5D5318
RGB
CMYK
RGB Variations
Color information
#5D5318 (or 0x5D5318) is known color: Bronze Olive. HEX triplet: 5D, 53 and 18. RGB value is (93,83,24). Sum of RGB (Red+Green+Blue) = 93+83+24=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5318 is #A2ACE7. Grayscale: #4F4F4F. Windows color (decimal): -10661096 or 1594205. OLE color: 1594205.
HSL color Cylindrical-coordinate representation of color #5D5318: hue angle of 51.3º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D5318 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 24 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.64 |
| HSL | 51.3º | 0.59% | 0.23% | - |
| HSV(B) | 51.3º | 0.74% | 0.36% | - |
| XYZ | 7.77 | 8.58 | 2.11 | - |
| YUV | 79.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 24 | 0 | 0.11 | 0.74 | 0.64 | 51.3 | 0.59 | 0.23 |
| Hex | 5D | 53 | 18 | 0 | B | 4A | 40 | 33 | 3B | 17 |
| Octal | 135 | 123 | 30 | 0 | 13 | 112 | 100 | 63 | 73 | 27 |
| Binary | 1011101 | 1010011 | 11000 | 0 | 1011 | 1001010 | 1000000 | 110011 | 111011 | 10111 |
Color Harmonies of #5D5318
Complementary color
Monochromatic Colors of #5D5318
Black with #5D5318
Text Example
Text Example
White with #5D5318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5318; }
p { color: rgb(93,83,24); }
H1.HeaderClassName
{
color: #5D5318;
}
.AnyTagClassName
{
color: #5D5318;
}
</style>
background-color css
<style>
a { background-color: #5D5318; }
a { background-color: rgb(93,83,24); }
div.DivClassName
{
background-color: #5D5318;
}
.BgClassName
{
background-color: #5D5318;
}
</style>
border-color css
<style>
span { border-color: #5D5318; }
span { border-color: rgb(93,83,24); }
td.TdClassName
{
border-color: #5D5318;
}
.TagClassName
{
border-color: #5D5318;
}
</style>