Shades of Bronze Olive #63521F
Tints of Bronze Olive #63521F
RGB
CMYK
RGB Variations
Color information
#63521F (or 0x63521F) is known color: Bronze Olive. HEX triplet: 63, 52 and 1F. RGB value is (99,82,31). Sum of RGB (Red+Green+Blue) = 99+82+31=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521F is #9CADE0. Grayscale: #515151. Windows color (decimal): -10268129 or 2052707. OLE color: 2052707.
HSL color Cylindrical-coordinate representation of color #63521F: hue angle of 45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63521F is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 31 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.61 |
| HSL | 45º | 0.52% | 0.25% | - |
| HSV(B) | 45º | 0.69% | 0.39% | - |
| XYZ | 8.41 | 8.79 | 2.55 | - |
| YUV | 81.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 31 | 0 | 0.17 | 0.69 | 0.61 | 45 | 0.52 | 0.25 |
| Hex | 63 | 52 | 1F | 0 | 11 | 45 | 3D | 2D | 34 | 19 |
| Octal | 143 | 122 | 37 | 0 | 21 | 105 | 75 | 55 | 64 | 31 |
| Binary | 1100011 | 1010010 | 11111 | 0 | 10001 | 1000101 | 111101 | 101101 | 110100 | 11001 |
Color Harmonies of #63521F
Complementary color
Monochromatic Colors of #63521F
Black with #63521F
Text Example
Text Example
White with #63521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63521F; }
p { color: rgb(99,82,31); }
H1.HeaderClassName
{
color: #63521F;
}
.AnyTagClassName
{
color: #63521F;
}
</style>
background-color css
<style>
a { background-color: #63521F; }
a { background-color: rgb(99,82,31); }
div.DivClassName
{
background-color: #63521F;
}
.BgClassName
{
background-color: #63521F;
}
</style>
border-color css
<style>
span { border-color: #63521F; }
span { border-color: rgb(99,82,31); }
td.TdClassName
{
border-color: #63521F;
}
.TagClassName
{
border-color: #63521F;
}
</style>