Shades of Bronze Olive #53471C
Tints of Bronze Olive #53471C
RGB
CMYK
RGB Variations
Color information
#53471C (or 0x53471C) is known color: Bronze Olive. HEX triplet: 53, 47 and 1C. RGB value is (83,71,28). Sum of RGB (Red+Green+Blue) = 83+71+28=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53471C is #ACB8E3. Grayscale: #454545. Windows color (decimal): -11319524 or 1853267. OLE color: 1853267.
HSL color Cylindrical-coordinate representation of color #53471C: hue angle of 46.91º 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 #53471C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 28 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.67 |
| HSL | 46.91º | 0.5% | 0.22% | - |
| HSV(B) | 46.91º | 0.66% | 0.33% | - |
| XYZ | 6.03 | 6.43 | 2.02 | - |
| YUV | 69.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 28 | 0 | 0.14 | 0.66 | 0.67 | 46.91 | 0.5 | 0.22 |
| Hex | 53 | 47 | 1C | 0 | E | 42 | 43 | 2F | 32 | 16 |
| Octal | 123 | 107 | 34 | 0 | 16 | 102 | 103 | 57 | 62 | 26 |
| Binary | 1010011 | 1000111 | 11100 | 0 | 1110 | 1000010 | 1000011 | 101111 | 110010 | 10110 |
Color Harmonies of #53471C
Complementary color
Monochromatic Colors of #53471C
Black with #53471C
Text Example
Text Example
White with #53471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53471C; }
p { color: rgb(83,71,28); }
H1.HeaderClassName
{
color: #53471C;
}
.AnyTagClassName
{
color: #53471C;
}
</style>
background-color css
<style>
a { background-color: #53471C; }
a { background-color: rgb(83,71,28); }
div.DivClassName
{
background-color: #53471C;
}
.BgClassName
{
background-color: #53471C;
}
</style>
border-color css
<style>
span { border-color: #53471C; }
span { border-color: rgb(83,71,28); }
td.TdClassName
{
border-color: #53471C;
}
.TagClassName
{
border-color: #53471C;
}
</style>