Shades of Bronze Olive #62521E
Tints of Bronze Olive #62521E
RGB
CMYK
RGB Variations
Color information
#62521E (or 0x62521E) is known color: Bronze Olive. HEX triplet: 62, 52 and 1E. RGB value is (98,82,30). Sum of RGB (Red+Green+Blue) = 98+82+30=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62521E is #9DADE1. Grayscale: #515151. Windows color (decimal): -10333666 or 1987170. OLE color: 1987170.
HSL color Cylindrical-coordinate representation of color #62521E: hue angle of 45.88º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62521E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 30 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.62 |
| HSL | 45.88º | 0.53% | 0.25% | - |
| HSV(B) | 45.88º | 0.69% | 0.38% | - |
| XYZ | 8.29 | 8.72 | 2.48 | - |
| YUV | 80.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 30 | 0 | 0.16 | 0.69 | 0.62 | 45.88 | 0.53 | 0.25 |
| Hex | 62 | 52 | 1E | 0 | 10 | 45 | 3E | 2E | 35 | 19 |
| Octal | 142 | 122 | 36 | 0 | 20 | 105 | 76 | 56 | 65 | 31 |
| Binary | 1100010 | 1010010 | 11110 | 0 | 10000 | 1000101 | 111110 | 101110 | 110101 | 11001 |
Color Harmonies of #62521E
Complementary color
Monochromatic Colors of #62521E
Black with #62521E
Text Example
Text Example
White with #62521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62521E; }
p { color: rgb(98,82,30); }
H1.HeaderClassName
{
color: #62521E;
}
.AnyTagClassName
{
color: #62521E;
}
</style>
background-color css
<style>
a { background-color: #62521E; }
a { background-color: rgb(98,82,30); }
div.DivClassName
{
background-color: #62521E;
}
.BgClassName
{
background-color: #62521E;
}
</style>
border-color css
<style>
span { border-color: #62521E; }
span { border-color: rgb(98,82,30); }
td.TdClassName
{
border-color: #62521E;
}
.TagClassName
{
border-color: #62521E;
}
</style>