Shades of Bronze Olive #534C10
Tints of Bronze Olive #534C10
RGB
CMYK
RGB Variations
Color information
#534C10 (or 0x534C10) is known color: Bronze Olive. HEX triplet: 53, 4C and 10. RGB value is (83,76,16). Sum of RGB (Red+Green+Blue) = 83+76+16=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C10 is #ACB3EF. Grayscale: #474747. Windows color (decimal): -11318256 or 1068115. OLE color: 1068115.
HSL color Cylindrical-coordinate representation of color #534C10: hue angle of 53.73º 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 #534C10 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 16 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.67 |
| HSL | 53.73º | 0.68% | 0.19% | - |
| HSV(B) | 53.73º | 0.81% | 0.33% | - |
| XYZ | 6.25 | 7.05 | 1.52 | - |
| YUV | 71.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 16 | 0 | 0.08 | 0.81 | 0.67 | 53.73 | 0.68 | 0.19 |
| Hex | 53 | 4C | 10 | 0 | 8 | 51 | 43 | 36 | 44 | 13 |
| Octal | 123 | 114 | 20 | 0 | 10 | 121 | 103 | 66 | 104 | 23 |
| Binary | 1010011 | 1001100 | 10000 | 0 | 1000 | 1010001 | 1000011 | 110110 | 1000100 | 10011 |
Color Harmonies of #534C10
Complementary color
Monochromatic Colors of #534C10
Black with #534C10
Text Example
Text Example
White with #534C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C10; }
p { color: rgb(83,76,16); }
H1.HeaderClassName
{
color: #534C10;
}
.AnyTagClassName
{
color: #534C10;
}
</style>
background-color css
<style>
a { background-color: #534C10; }
a { background-color: rgb(83,76,16); }
div.DivClassName
{
background-color: #534C10;
}
.BgClassName
{
background-color: #534C10;
}
</style>
border-color css
<style>
span { border-color: #534C10; }
span { border-color: rgb(83,76,16); }
td.TdClassName
{
border-color: #534C10;
}
.TagClassName
{
border-color: #534C10;
}
</style>