Shades of Bronze Olive #62530B
Tints of Bronze Olive #62530B
RGB
CMYK
RGB Variations
Color information
#62530B (or 0x62530B) is known color: Bronze Olive. HEX triplet: 62, 53 and 0B. RGB value is (98,83,11). Sum of RGB (Red+Green+Blue) = 98+83+11=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62530B is #9DACF4. Grayscale: #4F4F4F. Windows color (decimal): -10333429 or 742242. OLE color: 742242.
HSL color Cylindrical-coordinate representation of color #62530B: hue angle of 49.66º 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 #62530B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 11 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.62 |
| HSL | 49.66º | 0.8% | 0.21% | - |
| HSV(B) | 49.66º | 0.89% | 0.38% | - |
| XYZ | 8.19 | 8.81 | 1.58 | - |
| YUV | 79.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 11 | 0 | 0.15 | 0.89 | 0.62 | 49.66 | 0.8 | 0.21 |
| Hex | 62 | 53 | B | 0 | F | 59 | 3E | 32 | 50 | 15 |
| Octal | 142 | 123 | 13 | 0 | 17 | 131 | 76 | 62 | 120 | 25 |
| Binary | 1100010 | 1010011 | 1011 | 0 | 1111 | 1011001 | 111110 | 110010 | 1010000 | 10101 |
Color Harmonies of #62530B
Complementary color
Monochromatic Colors of #62530B
Black with #62530B
Text Example
Text Example
White with #62530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62530B; }
p { color: rgb(98,83,11); }
H1.HeaderClassName
{
color: #62530B;
}
.AnyTagClassName
{
color: #62530B;
}
</style>
background-color css
<style>
a { background-color: #62530B; }
a { background-color: rgb(98,83,11); }
div.DivClassName
{
background-color: #62530B;
}
.BgClassName
{
background-color: #62530B;
}
</style>
border-color css
<style>
span { border-color: #62530B; }
span { border-color: rgb(98,83,11); }
td.TdClassName
{
border-color: #62530B;
}
.TagClassName
{
border-color: #62530B;
}
</style>