Shades of Bronze Olive #534823
Tints of Bronze Olive #534823
RGB
CMYK
RGB Variations
Color information
#534823 (or 0x534823) is known color: Bronze Olive. HEX triplet: 53, 48 and 23. RGB value is (83,72,35). Sum of RGB (Red+Green+Blue) = 83+72+35=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534823 is #ACB7DC. Grayscale: #474747. Windows color (decimal): -11319261 or 2312275. OLE color: 2312275.
HSL color Cylindrical-coordinate representation of color #534823: hue angle of 46.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534823 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 35 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.67 |
| HSL | 46.25º | 0.41% | 0.23% | - |
| HSV(B) | 46.25º | 0.58% | 0.33% | - |
| XYZ | 6.19 | 6.6 | 2.54 | - |
| YUV | 71.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 35 | 0 | 0.13 | 0.58 | 0.67 | 46.25 | 0.41 | 0.23 |
| Hex | 53 | 48 | 23 | 0 | D | 3A | 43 | 2E | 29 | 17 |
| Octal | 123 | 110 | 43 | 0 | 15 | 72 | 103 | 56 | 51 | 27 |
| Binary | 1010011 | 1001000 | 100011 | 0 | 1101 | 111010 | 1000011 | 101110 | 101001 | 10111 |
Color Harmonies of #534823
Complementary color
Monochromatic Colors of #534823
Black with #534823
Text Example
Text Example
White with #534823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534823; }
p { color: rgb(83,72,35); }
H1.HeaderClassName
{
color: #534823;
}
.AnyTagClassName
{
color: #534823;
}
</style>
background-color css
<style>
a { background-color: #534823; }
a { background-color: rgb(83,72,35); }
div.DivClassName
{
background-color: #534823;
}
.BgClassName
{
background-color: #534823;
}
</style>
border-color css
<style>
span { border-color: #534823; }
span { border-color: rgb(83,72,35); }
td.TdClassName
{
border-color: #534823;
}
.TagClassName
{
border-color: #534823;
}
</style>