Shades of Bronze Olive #535022
Tints of Bronze Olive #535022
RGB
CMYK
RGB Variations
Color information
#535022 (or 0x535022) is known color: Bronze Olive. HEX triplet: 53, 50 and 22. RGB value is (83,80,34). Sum of RGB (Red+Green+Blue) = 83+80+34=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #535022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535022 is #ACAFDD. Grayscale: #4B4B4B. Windows color (decimal): -11317214 or 2248787. OLE color: 2248787.
HSL color Cylindrical-coordinate representation of color #535022: hue angle of 56.33º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #535022 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 34 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.67 |
| HSL | 56.33º | 0.42% | 0.23% | - |
| HSV(B) | 56.33º | 0.59% | 0.33% | - |
| XYZ | 6.72 | 7.69 | 2.64 | - |
| YUV | 75.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 34 | 0 | 0.04 | 0.59 | 0.67 | 56.33 | 0.42 | 0.23 |
| Hex | 53 | 50 | 22 | 0 | 4 | 3B | 43 | 38 | 2A | 17 |
| Octal | 123 | 120 | 42 | 0 | 4 | 73 | 103 | 70 | 52 | 27 |
| Binary | 1010011 | 1010000 | 100010 | 0 | 100 | 111011 | 1000011 | 111000 | 101010 | 10111 |
Color Harmonies of #535022
Complementary color
Monochromatic Colors of #535022
Black with #535022
Text Example
Text Example
White with #535022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535022; }
p { color: rgb(83,80,34); }
H1.HeaderClassName
{
color: #535022;
}
.AnyTagClassName
{
color: #535022;
}
</style>
background-color css
<style>
a { background-color: #535022; }
a { background-color: rgb(83,80,34); }
div.DivClassName
{
background-color: #535022;
}
.BgClassName
{
background-color: #535022;
}
</style>
border-color css
<style>
span { border-color: #535022; }
span { border-color: rgb(83,80,34); }
td.TdClassName
{
border-color: #535022;
}
.TagClassName
{
border-color: #535022;
}
</style>