Shades of Bronze Olive #534822
Tints of Bronze Olive #534822
RGB
CMYK
RGB Variations
Color information
#534822 (or 0x534822) is known color: Bronze Olive. HEX triplet: 53, 48 and 22. RGB value is (83,72,34). Sum of RGB (Red+Green+Blue) = 83+72+34=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534822 is #ACB7DD. Grayscale: #474747. Windows color (decimal): -11319262 or 2246739. OLE color: 2246739.
HSL color Cylindrical-coordinate representation of color #534822: hue angle of 46.53º 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 #534822 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 34 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.67 |
| HSL | 46.53º | 0.42% | 0.23% | - |
| HSV(B) | 46.53º | 0.59% | 0.33% | - |
| XYZ | 6.17 | 6.59 | 2.46 | - |
| YUV | 70.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 34 | 0 | 0.13 | 0.59 | 0.67 | 46.53 | 0.42 | 0.23 |
| Hex | 53 | 48 | 22 | 0 | D | 3B | 43 | 2F | 2A | 17 |
| Octal | 123 | 110 | 42 | 0 | 15 | 73 | 103 | 57 | 52 | 27 |
| Binary | 1010011 | 1001000 | 100010 | 0 | 1101 | 111011 | 1000011 | 101111 | 101010 | 10111 |
Color Harmonies of #534822
Complementary color
Monochromatic Colors of #534822
Black with #534822
Text Example
Text Example
White with #534822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534822; }
p { color: rgb(83,72,34); }
H1.HeaderClassName
{
color: #534822;
}
.AnyTagClassName
{
color: #534822;
}
</style>
background-color css
<style>
a { background-color: #534822; }
a { background-color: rgb(83,72,34); }
div.DivClassName
{
background-color: #534822;
}
.BgClassName
{
background-color: #534822;
}
</style>
border-color css
<style>
span { border-color: #534822; }
span { border-color: rgb(83,72,34); }
td.TdClassName
{
border-color: #534822;
}
.TagClassName
{
border-color: #534822;
}
</style>