Shades of Bronze Olive #534503
Tints of Bronze Olive #534503
RGB
CMYK
RGB Variations
Color information
#534503 (or 0x534503) is known color: Bronze Olive. HEX triplet: 53, 45 and 03. RGB value is (83,69,3). Sum of RGB (Red+Green+Blue) = 83+69+3=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534503 is #ACBAFC. Grayscale: #414141. Windows color (decimal): -11320061 or 214355. OLE color: 214355.
HSL color Cylindrical-coordinate representation of color #534503: hue angle of 49.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #534503 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 3 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.67 |
| HSL | 49.5º | 0.93% | 0.17% | - |
| HSV(B) | 49.5º | 0.96% | 0.33% | - |
| XYZ | 5.71 | 6.1 | 0.96 | - |
| YUV | 65.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 3 | 0 | 0.17 | 0.96 | 0.67 | 49.5 | 0.93 | 0.17 |
| Hex | 53 | 45 | 3 | 0 | 11 | 60 | 43 | 32 | 5D | 11 |
| Octal | 123 | 105 | 3 | 0 | 21 | 140 | 103 | 62 | 135 | 21 |
| Binary | 1010011 | 1000101 | 11 | 0 | 10001 | 1100000 | 1000011 | 110010 | 1011101 | 10001 |
Color Harmonies of #534503
Complementary color
Monochromatic Colors of #534503
Black with #534503
Text Example
Text Example
White with #534503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534503; }
p { color: rgb(83,69,3); }
H1.HeaderClassName
{
color: #534503;
}
.AnyTagClassName
{
color: #534503;
}
</style>
background-color css
<style>
a { background-color: #534503; }
a { background-color: rgb(83,69,3); }
div.DivClassName
{
background-color: #534503;
}
.BgClassName
{
background-color: #534503;
}
</style>
border-color css
<style>
span { border-color: #534503; }
span { border-color: rgb(83,69,3); }
td.TdClassName
{
border-color: #534503;
}
.TagClassName
{
border-color: #534503;
}
</style>