Shades of Bronze Olive #63520F
Tints of Bronze Olive #63520F
RGB
CMYK
RGB Variations
Color information
#63520F (or 0x63520F) is known color: Bronze Olive. HEX triplet: 63, 52 and 0F. RGB value is (99,82,15). Sum of RGB (Red+Green+Blue) = 99+82+15=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63520F is #9CADF0. Grayscale: #4F4F4F. Windows color (decimal): -10268145 or 1004131. OLE color: 1004131.
HSL color Cylindrical-coordinate representation of color #63520F: hue angle of 47.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63520F is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 15 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.61 |
| HSL | 47.86º | 0.74% | 0.22% | - |
| HSV(B) | 47.86º | 0.85% | 0.39% | - |
| XYZ | 8.25 | 8.72 | 1.7 | - |
| YUV | 79.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 15 | 0 | 0.17 | 0.85 | 0.61 | 47.86 | 0.74 | 0.22 |
| Hex | 63 | 52 | F | 0 | 11 | 55 | 3D | 30 | 4A | 16 |
| Octal | 143 | 122 | 17 | 0 | 21 | 125 | 75 | 60 | 112 | 26 |
| Binary | 1100011 | 1010010 | 1111 | 0 | 10001 | 1010101 | 111101 | 110000 | 1001010 | 10110 |
Color Harmonies of #63520F
Complementary color
Monochromatic Colors of #63520F
Black with #63520F
Text Example
Text Example
White with #63520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63520F; }
p { color: rgb(99,82,15); }
H1.HeaderClassName
{
color: #63520F;
}
.AnyTagClassName
{
color: #63520F;
}
</style>
background-color css
<style>
a { background-color: #63520F; }
a { background-color: rgb(99,82,15); }
div.DivClassName
{
background-color: #63520F;
}
.BgClassName
{
background-color: #63520F;
}
</style>
border-color css
<style>
span { border-color: #63520F; }
span { border-color: rgb(99,82,15); }
td.TdClassName
{
border-color: #63520F;
}
.TagClassName
{
border-color: #63520F;
}
</style>