Shades of Bronze Olive #534A1C
Tints of Bronze Olive #534A1C
RGB
CMYK
RGB Variations
Color information
#534A1C (or 0x534A1C) is known color: Bronze Olive. HEX triplet: 53, 4A and 1C. RGB value is (83,74,28). Sum of RGB (Red+Green+Blue) = 83+74+28=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A1C is #ACB5E3. Grayscale: #474747. Windows color (decimal): -11318756 or 1854035. OLE color: 1854035.
HSL color Cylindrical-coordinate representation of color #534A1C: hue angle of 50.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #534A1C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 28 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.67 |
| HSL | 50.18º | 0.5% | 0.22% | - |
| HSV(B) | 50.18º | 0.66% | 0.33% | - |
| XYZ | 6.23 | 6.82 | 2.09 | - |
| YUV | 71.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 28 | 0 | 0.11 | 0.66 | 0.67 | 50.18 | 0.5 | 0.22 |
| Hex | 53 | 4A | 1C | 0 | B | 42 | 43 | 32 | 32 | 16 |
| Octal | 123 | 112 | 34 | 0 | 13 | 102 | 103 | 62 | 62 | 26 |
| Binary | 1010011 | 1001010 | 11100 | 0 | 1011 | 1000010 | 1000011 | 110010 | 110010 | 10110 |
Color Harmonies of #534A1C
Complementary color
Monochromatic Colors of #534A1C
Black with #534A1C
Text Example
Text Example
White with #534A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A1C; }
p { color: rgb(83,74,28); }
H1.HeaderClassName
{
color: #534A1C;
}
.AnyTagClassName
{
color: #534A1C;
}
</style>
background-color css
<style>
a { background-color: #534A1C; }
a { background-color: rgb(83,74,28); }
div.DivClassName
{
background-color: #534A1C;
}
.BgClassName
{
background-color: #534A1C;
}
</style>
border-color css
<style>
span { border-color: #534A1C; }
span { border-color: rgb(83,74,28); }
td.TdClassName
{
border-color: #534A1C;
}
.TagClassName
{
border-color: #534A1C;
}
</style>