Shades of Bronze Olive #5C4D1A
Tints of Bronze Olive #5C4D1A
RGB
CMYK
RGB Variations
Color information
#5C4D1A (or 0x5C4D1A) is known color: Bronze Olive. HEX triplet: 5C, 4D and 1A. RGB value is (92,77,26). Sum of RGB (Red+Green+Blue) = 92+77+26=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4D1A is #A3B2E5. Grayscale: #4B4B4B. Windows color (decimal): -10728166 or 1723740. OLE color: 1723740.
HSL color Cylindrical-coordinate representation of color #5C4D1A: hue angle of 46.36º 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 #5C4D1A is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 77 | 26 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.64 |
| HSL | 46.36º | 0.56% | 0.23% | - |
| HSV(B) | 46.36º | 0.72% | 0.36% | - |
| XYZ | 7.25 | 7.66 | 2.07 | - |
| YUV | 75.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 26 | 0 | 0.16 | 0.72 | 0.64 | 46.36 | 0.56 | 0.23 |
| Hex | 5C | 4D | 1A | 0 | 10 | 48 | 40 | 2E | 38 | 17 |
| Octal | 134 | 115 | 32 | 0 | 20 | 110 | 100 | 56 | 70 | 27 |
| Binary | 1011100 | 1001101 | 11010 | 0 | 10000 | 1001000 | 1000000 | 101110 | 111000 | 10111 |
Color Harmonies of #5C4D1A
Complementary color
Monochromatic Colors of #5C4D1A
Black with #5C4D1A
Text Example
Text Example
White with #5C4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D1A; }
p { color: rgb(92,77,26); }
H1.HeaderClassName
{
color: #5C4D1A;
}
.AnyTagClassName
{
color: #5C4D1A;
}
</style>
background-color css
<style>
a { background-color: #5C4D1A; }
a { background-color: rgb(92,77,26); }
div.DivClassName
{
background-color: #5C4D1A;
}
.BgClassName
{
background-color: #5C4D1A;
}
</style>
border-color css
<style>
span { border-color: #5C4D1A; }
span { border-color: rgb(92,77,26); }
td.TdClassName
{
border-color: #5C4D1A;
}
.TagClassName
{
border-color: #5C4D1A;
}
</style>