Shades of Bronze Olive #62570B
Tints of Bronze Olive #62570B
RGB
CMYK
RGB Variations
Color information
#62570B (or 0x62570B) is known color: Bronze Olive. HEX triplet: 62, 57 and 0B. RGB value is (98,87,11). Sum of RGB (Red+Green+Blue) = 98+87+11=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62570B is #9DA8F4. Grayscale: #515151. Windows color (decimal): -10332405 or 743266. OLE color: 743266.
HSL color Cylindrical-coordinate representation of color #62570B: hue angle of 52.41º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62570B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 11 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.62 |
| HSL | 52.41º | 0.8% | 0.21% | - |
| HSV(B) | 52.41º | 0.89% | 0.38% | - |
| XYZ | 8.51 | 9.44 | 1.69 | - |
| YUV | 81.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 11 | 0 | 0.11 | 0.89 | 0.62 | 52.41 | 0.8 | 0.21 |
| Hex | 62 | 57 | B | 0 | B | 59 | 3E | 34 | 50 | 15 |
| Octal | 142 | 127 | 13 | 0 | 13 | 131 | 76 | 64 | 120 | 25 |
| Binary | 1100010 | 1010111 | 1011 | 0 | 1011 | 1011001 | 111110 | 110100 | 1010000 | 10101 |
Color Harmonies of #62570B
Complementary color
Monochromatic Colors of #62570B
Black with #62570B
Text Example
Text Example
White with #62570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62570B; }
p { color: rgb(98,87,11); }
H1.HeaderClassName
{
color: #62570B;
}
.AnyTagClassName
{
color: #62570B;
}
</style>
background-color css
<style>
a { background-color: #62570B; }
a { background-color: rgb(98,87,11); }
div.DivClassName
{
background-color: #62570B;
}
.BgClassName
{
background-color: #62570B;
}
</style>
border-color css
<style>
span { border-color: #62570B; }
span { border-color: rgb(98,87,11); }
td.TdClassName
{
border-color: #62570B;
}
.TagClassName
{
border-color: #62570B;
}
</style>