Shades of Bronze Olive #62531C
Tints of Bronze Olive #62531C
RGB
CMYK
RGB Variations
Color information
#62531C (or 0x62531C) is known color: Bronze Olive. HEX triplet: 62, 53 and 1C. RGB value is (98,83,28). Sum of RGB (Red+Green+Blue) = 98+83+28=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62531C is #9DACE3. Grayscale: #515151. Windows color (decimal): -10333412 or 1856354. OLE color: 1856354.
HSL color Cylindrical-coordinate representation of color #62531C: hue angle of 47.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62531C is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 28 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.62 |
| HSL | 47.14º | 0.56% | 0.25% | - |
| HSV(B) | 47.14º | 0.71% | 0.38% | - |
| XYZ | 8.34 | 8.87 | 2.37 | - |
| YUV | 81.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 28 | 0 | 0.15 | 0.71 | 0.62 | 47.14 | 0.56 | 0.25 |
| Hex | 62 | 53 | 1C | 0 | F | 47 | 3E | 2F | 38 | 19 |
| Octal | 142 | 123 | 34 | 0 | 17 | 107 | 76 | 57 | 70 | 31 |
| Binary | 1100010 | 1010011 | 11100 | 0 | 1111 | 1000111 | 111110 | 101111 | 111000 | 11001 |
Color Harmonies of #62531C
Complementary color
Monochromatic Colors of #62531C
Black with #62531C
Text Example
Text Example
White with #62531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62531C; }
p { color: rgb(98,83,28); }
H1.HeaderClassName
{
color: #62531C;
}
.AnyTagClassName
{
color: #62531C;
}
</style>
background-color css
<style>
a { background-color: #62531C; }
a { background-color: rgb(98,83,28); }
div.DivClassName
{
background-color: #62531C;
}
.BgClassName
{
background-color: #62531C;
}
</style>
border-color css
<style>
span { border-color: #62531C; }
span { border-color: rgb(98,83,28); }
td.TdClassName
{
border-color: #62531C;
}
.TagClassName
{
border-color: #62531C;
}
</style>