Shades of Bronze Olive #535020
Tints of Bronze Olive #535020
RGB
CMYK
RGB Variations
Color information
#535020 (or 0x535020) is known color: Bronze Olive. HEX triplet: 53, 50 and 20. RGB value is (83,80,32). Sum of RGB (Red+Green+Blue) = 83+80+32=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #535020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535020 is #ACAFDF. Grayscale: #4B4B4B. Windows color (decimal): -11317216 or 2117715. OLE color: 2117715.
HSL color Cylindrical-coordinate representation of color #535020: hue angle of 56.47º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535020 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 32 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.67 |
| HSL | 56.47º | 0.44% | 0.23% | - |
| HSV(B) | 56.47º | 0.61% | 0.33% | - |
| XYZ | 6.7 | 7.68 | 2.5 | - |
| YUV | 75.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 32 | 0 | 0.04 | 0.61 | 0.67 | 56.47 | 0.44 | 0.23 |
| Hex | 53 | 50 | 20 | 0 | 4 | 3D | 43 | 38 | 2C | 17 |
| Octal | 123 | 120 | 40 | 0 | 4 | 75 | 103 | 70 | 54 | 27 |
| Binary | 1010011 | 1010000 | 100000 | 0 | 100 | 111101 | 1000011 | 111000 | 101100 | 10111 |
Color Harmonies of #535020
Complementary color
Monochromatic Colors of #535020
Black with #535020
Text Example
Text Example
White with #535020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535020; }
p { color: rgb(83,80,32); }
H1.HeaderClassName
{
color: #535020;
}
.AnyTagClassName
{
color: #535020;
}
</style>
background-color css
<style>
a { background-color: #535020; }
a { background-color: rgb(83,80,32); }
div.DivClassName
{
background-color: #535020;
}
.BgClassName
{
background-color: #535020;
}
</style>
border-color css
<style>
span { border-color: #535020; }
span { border-color: rgb(83,80,32); }
td.TdClassName
{
border-color: #535020;
}
.TagClassName
{
border-color: #535020;
}
</style>