Shades of Bronze Olive #53501C
Tints of Bronze Olive #53501C
RGB
CMYK
RGB Variations
Color information
#53501C (or 0x53501C) is known color: Bronze Olive. HEX triplet: 53, 50 and 1C. RGB value is (83,80,28). Sum of RGB (Red+Green+Blue) = 83+80+28=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53501C is #ACAFE3. Grayscale: #4B4B4B. Windows color (decimal): -11317220 or 1855571. OLE color: 1855571.
HSL color Cylindrical-coordinate representation of color #53501C: hue angle of 56.73º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53501C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 28 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.67 |
| HSL | 56.73º | 0.5% | 0.22% | - |
| HSV(B) | 56.73º | 0.66% | 0.33% | - |
| XYZ | 6.65 | 7.66 | 2.23 | - |
| YUV | 74.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 28 | 0 | 0.04 | 0.66 | 0.67 | 56.73 | 0.5 | 0.22 |
| Hex | 53 | 50 | 1C | 0 | 4 | 42 | 43 | 39 | 32 | 16 |
| Octal | 123 | 120 | 34 | 0 | 4 | 102 | 103 | 71 | 62 | 26 |
| Binary | 1010011 | 1010000 | 11100 | 0 | 100 | 1000010 | 1000011 | 111001 | 110010 | 10110 |
Color Harmonies of #53501C
Complementary color
Monochromatic Colors of #53501C
Black with #53501C
Text Example
Text Example
White with #53501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53501C; }
p { color: rgb(83,80,28); }
H1.HeaderClassName
{
color: #53501C;
}
.AnyTagClassName
{
color: #53501C;
}
</style>
background-color css
<style>
a { background-color: #53501C; }
a { background-color: rgb(83,80,28); }
div.DivClassName
{
background-color: #53501C;
}
.BgClassName
{
background-color: #53501C;
}
</style>
border-color css
<style>
span { border-color: #53501C; }
span { border-color: rgb(83,80,28); }
td.TdClassName
{
border-color: #53501C;
}
.TagClassName
{
border-color: #53501C;
}
</style>