Shades of Bronze Olive #534522
Tints of Bronze Olive #534522
RGB
CMYK
RGB Variations
Color information
#534522 (or 0x534522) is known color: Bronze Olive. HEX triplet: 53, 45 and 22. RGB value is (83,69,34). Sum of RGB (Red+Green+Blue) = 83+69+34=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534522 is #ACBADD. Grayscale: #454545. Windows color (decimal): -11320030 or 2245971. OLE color: 2245971.
HSL color Cylindrical-coordinate representation of color #534522: hue angle of 42.86º 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 #534522 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 34 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.67 |
| HSL | 42.86º | 0.42% | 0.23% | - |
| HSV(B) | 42.86º | 0.59% | 0.33% | - |
| XYZ | 5.98 | 6.21 | 2.4 | - |
| YUV | 69.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 34 | 0 | 0.17 | 0.59 | 0.67 | 42.86 | 0.42 | 0.23 |
| Hex | 53 | 45 | 22 | 0 | 11 | 3B | 43 | 2B | 2A | 17 |
| Octal | 123 | 105 | 42 | 0 | 21 | 73 | 103 | 53 | 52 | 27 |
| Binary | 1010011 | 1000101 | 100010 | 0 | 10001 | 111011 | 1000011 | 101011 | 101010 | 10111 |
Color Harmonies of #534522
Complementary color
Monochromatic Colors of #534522
Black with #534522
Text Example
Text Example
White with #534522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534522; }
p { color: rgb(83,69,34); }
H1.HeaderClassName
{
color: #534522;
}
.AnyTagClassName
{
color: #534522;
}
</style>
background-color css
<style>
a { background-color: #534522; }
a { background-color: rgb(83,69,34); }
div.DivClassName
{
background-color: #534522;
}
.BgClassName
{
background-color: #534522;
}
</style>
border-color css
<style>
span { border-color: #534522; }
span { border-color: rgb(83,69,34); }
td.TdClassName
{
border-color: #534522;
}
.TagClassName
{
border-color: #534522;
}
</style>