Shades of Bronze Olive #57430D
Tints of Bronze Olive #57430D
RGB
CMYK
RGB Variations
Color information
#57430D (or 0x57430D) is known color: Bronze Olive. HEX triplet: 57, 43 and 0D. RGB value is (87,67,13). Sum of RGB (Red+Green+Blue) = 87+67+13=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57430D is #A8BCF2. Grayscale: #434343. Windows color (decimal): -11058419 or 869207. OLE color: 869207.
HSL color Cylindrical-coordinate representation of color #57430D: hue angle of 43.78º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57430D is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 67 | 13 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.66 |
| HSL | 43.78º | 0.74% | 0.2% | - |
| HSV(B) | 43.78º | 0.85% | 0.34% | - |
| XYZ | 6.01 | 6.07 | 1.24 | - |
| YUV | 66.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 13 | 0 | 0.23 | 0.85 | 0.66 | 43.78 | 0.74 | 0.2 |
| Hex | 57 | 43 | D | 0 | 17 | 55 | 42 | 2C | 4A | 14 |
| Octal | 127 | 103 | 15 | 0 | 27 | 125 | 102 | 54 | 112 | 24 |
| Binary | 1010111 | 1000011 | 1101 | 0 | 10111 | 1010101 | 1000010 | 101100 | 1001010 | 10100 |
Color Harmonies of #57430D
Complementary color
Monochromatic Colors of #57430D
Black with #57430D
Text Example
Text Example
White with #57430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57430D; }
p { color: rgb(87,67,13); }
H1.HeaderClassName
{
color: #57430D;
}
.AnyTagClassName
{
color: #57430D;
}
</style>
background-color css
<style>
a { background-color: #57430D; }
a { background-color: rgb(87,67,13); }
div.DivClassName
{
background-color: #57430D;
}
.BgClassName
{
background-color: #57430D;
}
</style>
border-color css
<style>
span { border-color: #57430D; }
span { border-color: rgb(87,67,13); }
td.TdClassName
{
border-color: #57430D;
}
.TagClassName
{
border-color: #57430D;
}
</style>