Shades of Bronze Olive #63521C
Tints of Bronze Olive #63521C
RGB
CMYK
RGB Variations
Color information
#63521C (or 0x63521C) is known color: Bronze Olive. HEX triplet: 63, 52 and 1C. RGB value is (99,82,28). Sum of RGB (Red+Green+Blue) = 99+82+28=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63521C is #9CADE3. Grayscale: #515151. Windows color (decimal): -10268132 or 1856099. OLE color: 1856099.
HSL color Cylindrical-coordinate representation of color #63521C: hue angle of 45.63º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63521C is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 28 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.61 |
| HSL | 45.63º | 0.56% | 0.25% | - |
| HSV(B) | 45.63º | 0.72% | 0.39% | - |
| XYZ | 8.37 | 8.77 | 2.35 | - |
| YUV | 80.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 28 | 0 | 0.17 | 0.72 | 0.61 | 45.63 | 0.56 | 0.25 |
| Hex | 63 | 52 | 1C | 0 | 11 | 48 | 3D | 2E | 38 | 19 |
| Octal | 143 | 122 | 34 | 0 | 21 | 110 | 75 | 56 | 70 | 31 |
| Binary | 1100011 | 1010010 | 11100 | 0 | 10001 | 1001000 | 111101 | 101110 | 111000 | 11001 |
Color Harmonies of #63521C
Complementary color
Monochromatic Colors of #63521C
Black with #63521C
Text Example
Text Example
White with #63521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63521C; }
p { color: rgb(99,82,28); }
H1.HeaderClassName
{
color: #63521C;
}
.AnyTagClassName
{
color: #63521C;
}
</style>
background-color css
<style>
a { background-color: #63521C; }
a { background-color: rgb(99,82,28); }
div.DivClassName
{
background-color: #63521C;
}
.BgClassName
{
background-color: #63521C;
}
</style>
border-color css
<style>
span { border-color: #63521C; }
span { border-color: rgb(99,82,28); }
td.TdClassName
{
border-color: #63521C;
}
.TagClassName
{
border-color: #63521C;
}
</style>