Shades of Bronze Olive #63531A
Tints of Bronze Olive #63531A
RGB
CMYK
RGB Variations
Color information
#63531A (or 0x63531A) is known color: Bronze Olive. HEX triplet: 63, 53 and 1A. RGB value is (99,83,26). Sum of RGB (Red+Green+Blue) = 99+83+26=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63531A is #9CACE5. Grayscale: #515151. Windows color (decimal): -10267878 or 1725283. OLE color: 1725283.
HSL color Cylindrical-coordinate representation of color #63531A: hue angle of 46.85º 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 #63531A is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 26 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.61 |
| HSL | 46.85º | 0.58% | 0.25% | - |
| HSV(B) | 46.85º | 0.74% | 0.39% | - |
| XYZ | 8.43 | 8.91 | 2.25 | - |
| YUV | 81.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 26 | 0 | 0.16 | 0.74 | 0.61 | 46.85 | 0.58 | 0.25 |
| Hex | 63 | 53 | 1A | 0 | 10 | 4A | 3D | 2F | 3A | 19 |
| Octal | 143 | 123 | 32 | 0 | 20 | 112 | 75 | 57 | 72 | 31 |
| Binary | 1100011 | 1010011 | 11010 | 0 | 10000 | 1001010 | 111101 | 101111 | 111010 | 11001 |
Color Harmonies of #63531A
Complementary color
Monochromatic Colors of #63531A
Black with #63531A
Text Example
Text Example
White with #63531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63531A; }
p { color: rgb(99,83,26); }
H1.HeaderClassName
{
color: #63531A;
}
.AnyTagClassName
{
color: #63531A;
}
</style>
background-color css
<style>
a { background-color: #63531A; }
a { background-color: rgb(99,83,26); }
div.DivClassName
{
background-color: #63531A;
}
.BgClassName
{
background-color: #63531A;
}
</style>
border-color css
<style>
span { border-color: #63531A; }
span { border-color: rgb(99,83,26); }
td.TdClassName
{
border-color: #63531A;
}
.TagClassName
{
border-color: #63531A;
}
</style>