Shades of Bronze Olive #534A2A
Tints of Bronze Olive #534A2A
RGB
CMYK
RGB Variations
Color information
#534A2A (or 0x534A2A) is known color: Bronze Olive. HEX triplet: 53, 4A and 2A. RGB value is (83,74,42). Sum of RGB (Red+Green+Blue) = 83+74+42=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A2A is #ACB5D5. Grayscale: #494949. Windows color (decimal): -11318742 or 2771539. OLE color: 2771539.
HSL color Cylindrical-coordinate representation of color #534A2A: hue angle of 46.83º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534A2A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 42 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.67 |
| HSL | 46.83º | 0.33% | 0.25% | - |
| HSV(B) | 46.83º | 0.49% | 0.33% | - |
| XYZ | 6.43 | 6.9 | 3.18 | - |
| YUV | 73.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 42 | 0 | 0.11 | 0.49 | 0.67 | 46.83 | 0.33 | 0.25 |
| Hex | 53 | 4A | 2A | 0 | B | 31 | 43 | 2F | 21 | 19 |
| Octal | 123 | 112 | 52 | 0 | 13 | 61 | 103 | 57 | 41 | 31 |
| Binary | 1010011 | 1001010 | 101010 | 0 | 1011 | 110001 | 1000011 | 101111 | 100001 | 11001 |
Color Harmonies of #534A2A
Complementary color
Monochromatic Colors of #534A2A
Black with #534A2A
Text Example
Text Example
White with #534A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A2A; }
p { color: rgb(83,74,42); }
H1.HeaderClassName
{
color: #534A2A;
}
.AnyTagClassName
{
color: #534A2A;
}
</style>
background-color css
<style>
a { background-color: #534A2A; }
a { background-color: rgb(83,74,42); }
div.DivClassName
{
background-color: #534A2A;
}
.BgClassName
{
background-color: #534A2A;
}
</style>
border-color css
<style>
span { border-color: #534A2A; }
span { border-color: rgb(83,74,42); }
td.TdClassName
{
border-color: #534A2A;
}
.TagClassName
{
border-color: #534A2A;
}
</style>