Shades of Bronze Olive #534A1D
Tints of Bronze Olive #534A1D
RGB
CMYK
RGB Variations
Color information
#534A1D (or 0x534A1D) is known color: Bronze Olive. HEX triplet: 53, 4A and 1D. RGB value is (83,74,29). Sum of RGB (Red+Green+Blue) = 83+74+29=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A1D is #ACB5E2. Grayscale: #474747. Windows color (decimal): -11318755 or 1919571. OLE color: 1919571.
HSL color Cylindrical-coordinate representation of color #534A1D: hue angle of 50º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534A1D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 29 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.67 |
| HSL | 50º | 0.48% | 0.22% | - |
| HSV(B) | 50º | 0.65% | 0.33% | - |
| XYZ | 6.24 | 6.83 | 2.15 | - |
| YUV | 71.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 29 | 0 | 0.11 | 0.65 | 0.67 | 50 | 0.48 | 0.22 |
| Hex | 53 | 4A | 1D | 0 | B | 41 | 43 | 32 | 30 | 16 |
| Octal | 123 | 112 | 35 | 0 | 13 | 101 | 103 | 62 | 60 | 26 |
| Binary | 1010011 | 1001010 | 11101 | 0 | 1011 | 1000001 | 1000011 | 110010 | 110000 | 10110 |
Color Harmonies of #534A1D
Complementary color
Monochromatic Colors of #534A1D
Black with #534A1D
Text Example
Text Example
White with #534A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A1D; }
p { color: rgb(83,74,29); }
H1.HeaderClassName
{
color: #534A1D;
}
.AnyTagClassName
{
color: #534A1D;
}
</style>
background-color css
<style>
a { background-color: #534A1D; }
a { background-color: rgb(83,74,29); }
div.DivClassName
{
background-color: #534A1D;
}
.BgClassName
{
background-color: #534A1D;
}
</style>
border-color css
<style>
span { border-color: #534A1D; }
span { border-color: rgb(83,74,29); }
td.TdClassName
{
border-color: #534A1D;
}
.TagClassName
{
border-color: #534A1D;
}
</style>