Shades of Bronze Olive #5D5308
Tints of Bronze Olive #5D5308
RGB
CMYK
RGB Variations
Color information
#5D5308 (or 0x5D5308) is known color: Bronze Olive. HEX triplet: 5D, 53 and 08. RGB value is (93,83,8). Sum of RGB (Red+Green+Blue) = 93+83+8=184 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.54% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5308 is #A2ACF7. Grayscale: #4D4D4D. Windows color (decimal): -10661112 or 545629. OLE color: 545629.
HSL color Cylindrical-coordinate representation of color #5D5308: hue angle of 52.94º 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 #5D5308 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 8 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.64 |
| HSL | 52.94º | 0.84% | 0.2% | - |
| HSV(B) | 52.94º | 0.91% | 0.36% | - |
| XYZ | 7.65 | 8.53 | 1.47 | - |
| YUV | 77.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 8 | 0 | 0.11 | 0.91 | 0.64 | 52.94 | 0.84 | 0.2 |
| Hex | 5D | 53 | 8 | 0 | B | 5B | 40 | 35 | 54 | 14 |
| Octal | 135 | 123 | 10 | 0 | 13 | 133 | 100 | 65 | 124 | 24 |
| Binary | 1011101 | 1010011 | 1000 | 0 | 1011 | 1011011 | 1000000 | 110101 | 1010100 | 10100 |
Color Harmonies of #5D5308
Complementary color
Monochromatic Colors of #5D5308
Black with #5D5308
Text Example
Text Example
White with #5D5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5308; }
p { color: rgb(93,83,8); }
H1.HeaderClassName
{
color: #5D5308;
}
.AnyTagClassName
{
color: #5D5308;
}
</style>
background-color css
<style>
a { background-color: #5D5308; }
a { background-color: rgb(93,83,8); }
div.DivClassName
{
background-color: #5D5308;
}
.BgClassName
{
background-color: #5D5308;
}
</style>
border-color css
<style>
span { border-color: #5D5308; }
span { border-color: rgb(93,83,8); }
td.TdClassName
{
border-color: #5D5308;
}
.TagClassName
{
border-color: #5D5308;
}
</style>