Shades of Bronze Olive #5C501A
Tints of Bronze Olive #5C501A
RGB
CMYK
RGB Variations
Color information
#5C501A (or 0x5C501A) is known color: Bronze Olive. HEX triplet: 5C, 50 and 1A. RGB value is (92,80,26). Sum of RGB (Red+Green+Blue) = 92+80+26=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C501A is #A3AFE5. Grayscale: #4D4D4D. Windows color (decimal): -10727398 or 1724508. OLE color: 1724508.
HSL color Cylindrical-coordinate representation of color #5C501A: hue angle of 49.09º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C501A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 26 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.64 |
| HSL | 49.09º | 0.56% | 0.23% | - |
| HSV(B) | 49.09º | 0.72% | 0.36% | - |
| XYZ | 7.47 | 8.09 | 2.14 | - |
| YUV | 77.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 26 | 0 | 0.13 | 0.72 | 0.64 | 49.09 | 0.56 | 0.23 |
| Hex | 5C | 50 | 1A | 0 | D | 48 | 40 | 31 | 38 | 17 |
| Octal | 134 | 120 | 32 | 0 | 15 | 110 | 100 | 61 | 70 | 27 |
| Binary | 1011100 | 1010000 | 11010 | 0 | 1101 | 1001000 | 1000000 | 110001 | 111000 | 10111 |
Color Harmonies of #5C501A
Complementary color
Monochromatic Colors of #5C501A
Black with #5C501A
Text Example
Text Example
White with #5C501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C501A; }
p { color: rgb(92,80,26); }
H1.HeaderClassName
{
color: #5C501A;
}
.AnyTagClassName
{
color: #5C501A;
}
</style>
background-color css
<style>
a { background-color: #5C501A; }
a { background-color: rgb(92,80,26); }
div.DivClassName
{
background-color: #5C501A;
}
.BgClassName
{
background-color: #5C501A;
}
</style>
border-color css
<style>
span { border-color: #5C501A; }
span { border-color: rgb(92,80,26); }
td.TdClassName
{
border-color: #5C501A;
}
.TagClassName
{
border-color: #5C501A;
}
</style>