Shades of Bronze Olive #62550C
Tints of Bronze Olive #62550C
RGB
CMYK
RGB Variations
Color information
#62550C (or 0x62550C) is known color: Bronze Olive. HEX triplet: 62, 55 and 0C. RGB value is (98,85,12). Sum of RGB (Red+Green+Blue) = 98+85+12=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62550C is #9DAAF3. Grayscale: #505050. Windows color (decimal): -10332916 or 808290. OLE color: 808290.
HSL color Cylindrical-coordinate representation of color #62550C: hue angle of 50.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62550C is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 85 | 12 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.62 |
| HSL | 50.93º | 0.78% | 0.22% | - |
| HSV(B) | 50.93º | 0.88% | 0.38% | - |
| XYZ | 8.35 | 9.12 | 1.67 | - |
| YUV | 80.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 12 | 0 | 0.13 | 0.88 | 0.62 | 50.93 | 0.78 | 0.22 |
| Hex | 62 | 55 | C | 0 | D | 58 | 3E | 33 | 4E | 16 |
| Octal | 142 | 125 | 14 | 0 | 15 | 130 | 76 | 63 | 116 | 26 |
| Binary | 1100010 | 1010101 | 1100 | 0 | 1101 | 1011000 | 111110 | 110011 | 1001110 | 10110 |
Color Harmonies of #62550C
Complementary color
Monochromatic Colors of #62550C
Black with #62550C
Text Example
Text Example
White with #62550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62550C; }
p { color: rgb(98,85,12); }
H1.HeaderClassName
{
color: #62550C;
}
.AnyTagClassName
{
color: #62550C;
}
</style>
background-color css
<style>
a { background-color: #62550C; }
a { background-color: rgb(98,85,12); }
div.DivClassName
{
background-color: #62550C;
}
.BgClassName
{
background-color: #62550C;
}
</style>
border-color css
<style>
span { border-color: #62550C; }
span { border-color: rgb(98,85,12); }
td.TdClassName
{
border-color: #62550C;
}
.TagClassName
{
border-color: #62550C;
}
</style>