Shades of Bronze Olive #57450A
Tints of Bronze Olive #57450A
RGB
CMYK
RGB Variations
Color information
#57450A (or 0x57450A) is known color: Bronze Olive. HEX triplet: 57, 45 and 0A. RGB value is (87,69,10). Sum of RGB (Red+Green+Blue) = 87+69+10=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57450A is #A8BAF5. Grayscale: #434343. Windows color (decimal): -11057910 or 673111. OLE color: 673111.
HSL color Cylindrical-coordinate representation of color #57450A: hue angle of 45.97º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57450A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 69 | 10 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.66 |
| HSL | 45.97º | 0.79% | 0.19% | - |
| HSV(B) | 45.97º | 0.89% | 0.34% | - |
| XYZ | 6.11 | 6.3 | 1.18 | - |
| YUV | 67.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 10 | 0 | 0.21 | 0.89 | 0.66 | 45.97 | 0.79 | 0.19 |
| Hex | 57 | 45 | A | 0 | 15 | 59 | 42 | 2E | 4F | 13 |
| Octal | 127 | 105 | 12 | 0 | 25 | 131 | 102 | 56 | 117 | 23 |
| Binary | 1010111 | 1000101 | 1010 | 0 | 10101 | 1011001 | 1000010 | 101110 | 1001111 | 10011 |
Color Harmonies of #57450A
Complementary color
Monochromatic Colors of #57450A
Black with #57450A
Text Example
Text Example
White with #57450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57450A; }
p { color: rgb(87,69,10); }
H1.HeaderClassName
{
color: #57450A;
}
.AnyTagClassName
{
color: #57450A;
}
</style>
background-color css
<style>
a { background-color: #57450A; }
a { background-color: rgb(87,69,10); }
div.DivClassName
{
background-color: #57450A;
}
.BgClassName
{
background-color: #57450A;
}
</style>
border-color css
<style>
span { border-color: #57450A; }
span { border-color: rgb(87,69,10); }
td.TdClassName
{
border-color: #57450A;
}
.TagClassName
{
border-color: #57450A;
}
</style>