Shades of Bronze Olive #534D12
Tints of Bronze Olive #534D12
RGB
CMYK
RGB Variations
Color information
#534D12 (or 0x534D12) is known color: Bronze Olive. HEX triplet: 53, 4D and 12. RGB value is (83,77,18). Sum of RGB (Red+Green+Blue) = 83+77+18=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D12 is #ACB2ED. Grayscale: #484848. Windows color (decimal): -11317998 or 1199443. OLE color: 1199443.
HSL color Cylindrical-coordinate representation of color #534D12: hue angle of 54.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #534D12 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 18 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.67 |
| HSL | 54.46º | 0.64% | 0.2% | - |
| HSV(B) | 54.46º | 0.78% | 0.33% | - |
| XYZ | 6.33 | 7.19 | 1.63 | - |
| YUV | 72.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 18 | 0 | 0.07 | 0.78 | 0.67 | 54.46 | 0.64 | 0.2 |
| Hex | 53 | 4D | 12 | 0 | 7 | 4E | 43 | 36 | 40 | 14 |
| Octal | 123 | 115 | 22 | 0 | 7 | 116 | 103 | 66 | 100 | 24 |
| Binary | 1010011 | 1001101 | 10010 | 0 | 111 | 1001110 | 1000011 | 110110 | 1000000 | 10100 |
Color Harmonies of #534D12
Complementary color
Monochromatic Colors of #534D12
Black with #534D12
Text Example
Text Example
White with #534D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D12; }
p { color: rgb(83,77,18); }
H1.HeaderClassName
{
color: #534D12;
}
.AnyTagClassName
{
color: #534D12;
}
</style>
background-color css
<style>
a { background-color: #534D12; }
a { background-color: rgb(83,77,18); }
div.DivClassName
{
background-color: #534D12;
}
.BgClassName
{
background-color: #534D12;
}
</style>
border-color css
<style>
span { border-color: #534D12; }
span { border-color: rgb(83,77,18); }
td.TdClassName
{
border-color: #534D12;
}
.TagClassName
{
border-color: #534D12;
}
</style>