Shades of Bronze Olive #63521A
Tints of Bronze Olive #63521A
RGB
CMYK
RGB Variations
Color information
#63521A (or 0x63521A) is known color: Bronze Olive. HEX triplet: 63, 52 and 1A. RGB value is (99,82,26). Sum of RGB (Red+Green+Blue) = 99+82+26=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521A is #9CADE5. Grayscale: #505050. Windows color (decimal): -10268134 or 1725027. OLE color: 1725027.
HSL color Cylindrical-coordinate representation of color #63521A: hue angle of 46.03º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63521A is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 26 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.61 |
| HSL | 46.03º | 0.58% | 0.25% | - |
| HSV(B) | 46.03º | 0.74% | 0.39% | - |
| XYZ | 8.35 | 8.76 | 2.23 | - |
| YUV | 80.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 26 | 0 | 0.17 | 0.74 | 0.61 | 46.03 | 0.58 | 0.25 |
| Hex | 63 | 52 | 1A | 0 | 11 | 4A | 3D | 2E | 3A | 19 |
| Octal | 143 | 122 | 32 | 0 | 21 | 112 | 75 | 56 | 72 | 31 |
| Binary | 1100011 | 1010010 | 11010 | 0 | 10001 | 1001010 | 111101 | 101110 | 111010 | 11001 |
Color Harmonies of #63521A
Complementary color
Monochromatic Colors of #63521A
Black with #63521A
Text Example
Text Example
White with #63521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63521A; }
p { color: rgb(99,82,26); }
H1.HeaderClassName
{
color: #63521A;
}
.AnyTagClassName
{
color: #63521A;
}
</style>
background-color css
<style>
a { background-color: #63521A; }
a { background-color: rgb(99,82,26); }
div.DivClassName
{
background-color: #63521A;
}
.BgClassName
{
background-color: #63521A;
}
</style>
border-color css
<style>
span { border-color: #63521A; }
span { border-color: rgb(99,82,26); }
td.TdClassName
{
border-color: #63521A;
}
.TagClassName
{
border-color: #63521A;
}
</style>