Shades of Bronze Olive #62541E
Tints of Bronze Olive #62541E
RGB
CMYK
RGB Variations
Color information
#62541E (or 0x62541E) is known color: Bronze Olive. HEX triplet: 62, 54 and 1E. RGB value is (98,84,30). Sum of RGB (Red+Green+Blue) = 98+84+30=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62541E is #9DABE1. Grayscale: #525252. Windows color (decimal): -10333154 or 1987682. OLE color: 1987682.
HSL color Cylindrical-coordinate representation of color #62541E: hue angle of 47.65º 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 #62541E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 84 | 30 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.62 |
| HSL | 47.65º | 0.53% | 0.25% | - |
| HSV(B) | 47.65º | 0.69% | 0.38% | - |
| XYZ | 8.44 | 9.03 | 2.53 | - |
| YUV | 82.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 30 | 0 | 0.14 | 0.69 | 0.62 | 47.65 | 0.53 | 0.25 |
| Hex | 62 | 54 | 1E | 0 | E | 45 | 3E | 30 | 35 | 19 |
| Octal | 142 | 124 | 36 | 0 | 16 | 105 | 76 | 60 | 65 | 31 |
| Binary | 1100010 | 1010100 | 11110 | 0 | 1110 | 1000101 | 111110 | 110000 | 110101 | 11001 |
Color Harmonies of #62541E
Complementary color
Monochromatic Colors of #62541E
Black with #62541E
Text Example
Text Example
White with #62541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62541E; }
p { color: rgb(98,84,30); }
H1.HeaderClassName
{
color: #62541E;
}
.AnyTagClassName
{
color: #62541E;
}
</style>
background-color css
<style>
a { background-color: #62541E; }
a { background-color: rgb(98,84,30); }
div.DivClassName
{
background-color: #62541E;
}
.BgClassName
{
background-color: #62541E;
}
</style>
border-color css
<style>
span { border-color: #62541E; }
span { border-color: rgb(98,84,30); }
td.TdClassName
{
border-color: #62541E;
}
.TagClassName
{
border-color: #62541E;
}
</style>