Shades of Bronze Olive #57430A
Tints of Bronze Olive #57430A
RGB
CMYK
RGB Variations
Color information
#57430A (or 0x57430A) is known color: Bronze Olive. HEX triplet: 57, 43 and 0A. RGB value is (87,67,10). Sum of RGB (Red+Green+Blue) = 87+67+10=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57430A is #A8BCF5. Grayscale: #424242. Windows color (decimal): -11058422 or 672599. OLE color: 672599.
HSL color Cylindrical-coordinate representation of color #57430A: hue angle of 44.42º 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 #57430A is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 67 | 10 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.66 |
| HSL | 44.42º | 0.79% | 0.19% | - |
| HSV(B) | 44.42º | 0.89% | 0.34% | - |
| XYZ | 5.99 | 6.06 | 1.14 | - |
| YUV | 66.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 10 | 0 | 0.23 | 0.89 | 0.66 | 44.42 | 0.79 | 0.19 |
| Hex | 57 | 43 | A | 0 | 17 | 59 | 42 | 2C | 4F | 13 |
| Octal | 127 | 103 | 12 | 0 | 27 | 131 | 102 | 54 | 117 | 23 |
| Binary | 1010111 | 1000011 | 1010 | 0 | 10111 | 1011001 | 1000010 | 101100 | 1001111 | 10011 |
Color Harmonies of #57430A
Complementary color
Monochromatic Colors of #57430A
Black with #57430A
Text Example
Text Example
White with #57430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57430A; }
p { color: rgb(87,67,10); }
H1.HeaderClassName
{
color: #57430A;
}
.AnyTagClassName
{
color: #57430A;
}
</style>
background-color css
<style>
a { background-color: #57430A; }
a { background-color: rgb(87,67,10); }
div.DivClassName
{
background-color: #57430A;
}
.BgClassName
{
background-color: #57430A;
}
</style>
border-color css
<style>
span { border-color: #57430A; }
span { border-color: rgb(87,67,10); }
td.TdClassName
{
border-color: #57430A;
}
.TagClassName
{
border-color: #57430A;
}
</style>