Shades of Bronze Olive #5D5208
Tints of Bronze Olive #5D5208
RGB
CMYK
RGB Variations
Color information
#5D5208 (or 0x5D5208) is known color: Bronze Olive. HEX triplet: 5D, 52 and 08. RGB value is (93,82,8). Sum of RGB (Red+Green+Blue) = 93+82+8=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5208 is #A2ADF7. Grayscale: #4D4D4D. Windows color (decimal): -10661368 or 545373. OLE color: 545373.
HSL color Cylindrical-coordinate representation of color #5D5208: hue angle of 52.24º 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 #5D5208 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 82 | 8 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.64 |
| HSL | 52.24º | 0.84% | 0.2% | - |
| HSV(B) | 52.24º | 0.91% | 0.36% | - |
| XYZ | 7.58 | 8.38 | 1.45 | - |
| YUV | 76.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 8 | 0 | 0.12 | 0.91 | 0.64 | 52.24 | 0.84 | 0.2 |
| Hex | 5D | 52 | 8 | 0 | C | 5B | 40 | 34 | 54 | 14 |
| Octal | 135 | 122 | 10 | 0 | 14 | 133 | 100 | 64 | 124 | 24 |
| Binary | 1011101 | 1010010 | 1000 | 0 | 1100 | 1011011 | 1000000 | 110100 | 1010100 | 10100 |
Color Harmonies of #5D5208
Complementary color
Monochromatic Colors of #5D5208
Black with #5D5208
Text Example
Text Example
White with #5D5208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5208; }
p { color: rgb(93,82,8); }
H1.HeaderClassName
{
color: #5D5208;
}
.AnyTagClassName
{
color: #5D5208;
}
</style>
background-color css
<style>
a { background-color: #5D5208; }
a { background-color: rgb(93,82,8); }
div.DivClassName
{
background-color: #5D5208;
}
.BgClassName
{
background-color: #5D5208;
}
</style>
border-color css
<style>
span { border-color: #5D5208; }
span { border-color: rgb(93,82,8); }
td.TdClassName
{
border-color: #5D5208;
}
.TagClassName
{
border-color: #5D5208;
}
</style>