Shades of Bronze Olive #574303
Tints of Bronze Olive #574303
RGB
CMYK
RGB Variations
Color information
#574303 (or 0x574303) is known color: Bronze Olive. HEX triplet: 57, 43 and 03. RGB value is (87,67,3). Sum of RGB (Red+Green+Blue) = 87+67+3=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #574303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574303 is #A8BCFC. Grayscale: #414141. Windows color (decimal): -11058429 or 213847. OLE color: 213847.
HSL color Cylindrical-coordinate representation of color #574303: hue angle of 45.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #574303 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 67 | 3 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.66 |
| HSL | 45.71º | 0.93% | 0.18% | - |
| HSV(B) | 45.71º | 0.97% | 0.34% | - |
| XYZ | 5.95 | 6.05 | 0.94 | - |
| YUV | 65.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 3 | 0 | 0.23 | 0.97 | 0.66 | 45.71 | 0.93 | 0.18 |
| Hex | 57 | 43 | 3 | 0 | 17 | 61 | 42 | 2E | 5D | 12 |
| Octal | 127 | 103 | 3 | 0 | 27 | 141 | 102 | 56 | 135 | 22 |
| Binary | 1010111 | 1000011 | 11 | 0 | 10111 | 1100001 | 1000010 | 101110 | 1011101 | 10010 |
Color Harmonies of #574303
Complementary color
Monochromatic Colors of #574303
Black with #574303
Text Example
Text Example
White with #574303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574303; }
p { color: rgb(87,67,3); }
H1.HeaderClassName
{
color: #574303;
}
.AnyTagClassName
{
color: #574303;
}
</style>
background-color css
<style>
a { background-color: #574303; }
a { background-color: rgb(87,67,3); }
div.DivClassName
{
background-color: #574303;
}
.BgClassName
{
background-color: #574303;
}
</style>
border-color css
<style>
span { border-color: #574303; }
span { border-color: rgb(87,67,3); }
td.TdClassName
{
border-color: #574303;
}
.TagClassName
{
border-color: #574303;
}
</style>