Shades of Bronze Olive #534A10
Tints of Bronze Olive #534A10
RGB
CMYK
RGB Variations
Color information
#534A10 (or 0x534A10) is known color: Bronze Olive. HEX triplet: 53, 4A and 10. RGB value is (83,74,16). Sum of RGB (Red+Green+Blue) = 83+74+16=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A10 is #ACB5EF. Grayscale: #464646. Windows color (decimal): -11318768 or 1067603. OLE color: 1067603.
HSL color Cylindrical-coordinate representation of color #534A10: hue angle of 51.94º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #534A10 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 16 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.67 |
| HSL | 51.94º | 0.68% | 0.19% | - |
| HSV(B) | 51.94º | 0.81% | 0.33% | - |
| XYZ | 6.11 | 6.77 | 1.48 | - |
| YUV | 70.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 16 | 0 | 0.11 | 0.81 | 0.67 | 51.94 | 0.68 | 0.19 |
| Hex | 53 | 4A | 10 | 0 | B | 51 | 43 | 34 | 44 | 13 |
| Octal | 123 | 112 | 20 | 0 | 13 | 121 | 103 | 64 | 104 | 23 |
| Binary | 1010011 | 1001010 | 10000 | 0 | 1011 | 1010001 | 1000011 | 110100 | 1000100 | 10011 |
Color Harmonies of #534A10
Complementary color
Monochromatic Colors of #534A10
Black with #534A10
Text Example
Text Example
White with #534A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A10; }
p { color: rgb(83,74,16); }
H1.HeaderClassName
{
color: #534A10;
}
.AnyTagClassName
{
color: #534A10;
}
</style>
background-color css
<style>
a { background-color: #534A10; }
a { background-color: rgb(83,74,16); }
div.DivClassName
{
background-color: #534A10;
}
.BgClassName
{
background-color: #534A10;
}
</style>
border-color css
<style>
span { border-color: #534A10; }
span { border-color: rgb(83,74,16); }
td.TdClassName
{
border-color: #534A10;
}
.TagClassName
{
border-color: #534A10;
}
</style>