Shades of Bronze Olive #534D0D
Tints of Bronze Olive #534D0D
RGB
CMYK
RGB Variations
Color information
#534D0D (or 0x534D0D) is known color: Bronze Olive. HEX triplet: 53, 4D and 0D. RGB value is (83,77,13). Sum of RGB (Red+Green+Blue) = 83+77+13=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D0D is #ACB2F2. Grayscale: #474747. Windows color (decimal): -11318003 or 871763. OLE color: 871763.
HSL color Cylindrical-coordinate representation of color #534D0D: hue angle of 54.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #534D0D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 13 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.67 |
| HSL | 54.86º | 0.73% | 0.19% | - |
| HSV(B) | 54.86º | 0.84% | 0.33% | - |
| XYZ | 6.29 | 7.18 | 1.43 | - |
| YUV | 71.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 13 | 0 | 0.07 | 0.84 | 0.67 | 54.86 | 0.73 | 0.19 |
| Hex | 53 | 4D | D | 0 | 7 | 54 | 43 | 37 | 49 | 13 |
| Octal | 123 | 115 | 15 | 0 | 7 | 124 | 103 | 67 | 111 | 23 |
| Binary | 1010011 | 1001101 | 1101 | 0 | 111 | 1010100 | 1000011 | 110111 | 1001001 | 10011 |
Color Harmonies of #534D0D
Complementary color
Monochromatic Colors of #534D0D
Black with #534D0D
Text Example
Text Example
White with #534D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D0D; }
p { color: rgb(83,77,13); }
H1.HeaderClassName
{
color: #534D0D;
}
.AnyTagClassName
{
color: #534D0D;
}
</style>
background-color css
<style>
a { background-color: #534D0D; }
a { background-color: rgb(83,77,13); }
div.DivClassName
{
background-color: #534D0D;
}
.BgClassName
{
background-color: #534D0D;
}
</style>
border-color css
<style>
span { border-color: #534D0D; }
span { border-color: rgb(83,77,13); }
td.TdClassName
{
border-color: #534D0D;
}
.TagClassName
{
border-color: #534D0D;
}
</style>