Shades of Bronze Olive #534603
Tints of Bronze Olive #534603
RGB
CMYK
RGB Variations
Color information
#534603 (or 0x534603) is known color: Bronze Olive. HEX triplet: 53, 46 and 03. RGB value is (83,70,3). Sum of RGB (Red+Green+Blue) = 83+70+3=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #534603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534603 is #ACB9FC. Grayscale: #424242. Windows color (decimal): -11319805 or 214611. OLE color: 214611.
HSL color Cylindrical-coordinate representation of color #534603: hue angle of 50.25º 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 #534603 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 3 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.67 |
| HSL | 50.25º | 0.93% | 0.17% | - |
| HSV(B) | 50.25º | 0.96% | 0.33% | - |
| XYZ | 5.77 | 6.23 | 0.98 | - |
| YUV | 66.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 3 | 0 | 0.16 | 0.96 | 0.67 | 50.25 | 0.93 | 0.17 |
| Hex | 53 | 46 | 3 | 0 | 10 | 60 | 43 | 32 | 5D | 11 |
| Octal | 123 | 106 | 3 | 0 | 20 | 140 | 103 | 62 | 135 | 21 |
| Binary | 1010011 | 1000110 | 11 | 0 | 10000 | 1100000 | 1000011 | 110010 | 1011101 | 10001 |
Color Harmonies of #534603
Complementary color
Monochromatic Colors of #534603
Black with #534603
Text Example
Text Example
White with #534603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534603; }
p { color: rgb(83,70,3); }
H1.HeaderClassName
{
color: #534603;
}
.AnyTagClassName
{
color: #534603;
}
</style>
background-color css
<style>
a { background-color: #534603; }
a { background-color: rgb(83,70,3); }
div.DivClassName
{
background-color: #534603;
}
.BgClassName
{
background-color: #534603;
}
</style>
border-color css
<style>
span { border-color: #534603; }
span { border-color: rgb(83,70,3); }
td.TdClassName
{
border-color: #534603;
}
.TagClassName
{
border-color: #534603;
}
</style>