Shades of Bronze Olive #534524
Tints of Bronze Olive #534524
RGB
CMYK
RGB Variations
Color information
#534524 (or 0x534524) is known color: Bronze Olive. HEX triplet: 53, 45 and 24. RGB value is (83,69,36). Sum of RGB (Red+Green+Blue) = 83+69+36=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534524 is #ACBADB. Grayscale: #454545. Windows color (decimal): -11320028 or 2377043. OLE color: 2377043.
HSL color Cylindrical-coordinate representation of color #534524: hue angle of 42.13º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534524 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 36 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.67 |
| HSL | 42.13º | 0.39% | 0.23% | - |
| HSV(B) | 42.13º | 0.57% | 0.33% | - |
| XYZ | 6.01 | 6.22 | 2.55 | - |
| YUV | 69.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 36 | 0 | 0.17 | 0.57 | 0.67 | 42.13 | 0.39 | 0.23 |
| Hex | 53 | 45 | 24 | 0 | 11 | 39 | 43 | 2A | 27 | 17 |
| Octal | 123 | 105 | 44 | 0 | 21 | 71 | 103 | 52 | 47 | 27 |
| Binary | 1010011 | 1000101 | 100100 | 0 | 10001 | 111001 | 1000011 | 101010 | 100111 | 10111 |
Color Harmonies of #534524
Complementary color
Monochromatic Colors of #534524
Black with #534524
Text Example
Text Example
White with #534524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534524; }
p { color: rgb(83,69,36); }
H1.HeaderClassName
{
color: #534524;
}
.AnyTagClassName
{
color: #534524;
}
</style>
background-color css
<style>
a { background-color: #534524; }
a { background-color: rgb(83,69,36); }
div.DivClassName
{
background-color: #534524;
}
.BgClassName
{
background-color: #534524;
}
</style>
border-color css
<style>
span { border-color: #534524; }
span { border-color: rgb(83,69,36); }
td.TdClassName
{
border-color: #534524;
}
.TagClassName
{
border-color: #534524;
}
</style>