Shades of Bronze Olive #5D4618
Tints of Bronze Olive #5D4618
RGB
CMYK
RGB Variations
Color information
#5D4618 (or 0x5D4618) is known color: Bronze Olive. HEX triplet: 5D, 46 and 18. RGB value is (93,70,24). Sum of RGB (Red+Green+Blue) = 93+70+24=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4618 is #A2B9E7. Grayscale: #474747. Windows color (decimal): -10664424 or 1590877. OLE color: 1590877.
HSL color Cylindrical-coordinate representation of color #5D4618: hue angle of 40º 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 #5D4618 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 70 | 24 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.64 |
| HSL | 40º | 0.59% | 0.23% | - |
| HSV(B) | 40º | 0.74% | 0.36% | - |
| XYZ | 6.87 | 6.77 | 1.81 | - |
| YUV | 71.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 24 | 0 | 0.25 | 0.74 | 0.64 | 40 | 0.59 | 0.23 |
| Hex | 5D | 46 | 18 | 0 | 19 | 4A | 40 | 28 | 3B | 17 |
| Octal | 135 | 106 | 30 | 0 | 31 | 112 | 100 | 50 | 73 | 27 |
| Binary | 1011101 | 1000110 | 11000 | 0 | 11001 | 1001010 | 1000000 | 101000 | 111011 | 10111 |
Color Harmonies of #5D4618
Complementary color
Monochromatic Colors of #5D4618
Black with #5D4618
Text Example
Text Example
White with #5D4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4618; }
p { color: rgb(93,70,24); }
H1.HeaderClassName
{
color: #5D4618;
}
.AnyTagClassName
{
color: #5D4618;
}
</style>
background-color css
<style>
a { background-color: #5D4618; }
a { background-color: rgb(93,70,24); }
div.DivClassName
{
background-color: #5D4618;
}
.BgClassName
{
background-color: #5D4618;
}
</style>
border-color css
<style>
span { border-color: #5D4618; }
span { border-color: rgb(93,70,24); }
td.TdClassName
{
border-color: #5D4618;
}
.TagClassName
{
border-color: #5D4618;
}
</style>