Shades of Bronze Olive #5C4A1F
Tints of Bronze Olive #5C4A1F
RGB
CMYK
RGB Variations
Color information
#5C4A1F (or 0x5C4A1F) is known color: Bronze Olive. HEX triplet: 5C, 4A and 1F. RGB value is (92,74,31). Sum of RGB (Red+Green+Blue) = 92+74+31=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A1F is #A3B5E0. Grayscale: #4A4A4A. Windows color (decimal): -10728929 or 2050652. OLE color: 2050652.
HSL color Cylindrical-coordinate representation of color #5C4A1F: hue angle of 42.3º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C4A1F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 74 | 31 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.64 |
| HSL | 42.3º | 0.5% | 0.24% | - |
| HSV(B) | 42.3º | 0.66% | 0.36% | - |
| XYZ | 7.11 | 7.27 | 2.33 | - |
| YUV | 74.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 31 | 0 | 0.20 | 0.66 | 0.64 | 42.3 | 0.5 | 0.24 |
| Hex | 5C | 4A | 1F | 0 | 14 | 42 | 40 | 2A | 32 | 18 |
| Octal | 134 | 112 | 37 | 0 | 24 | 102 | 100 | 52 | 62 | 30 |
| Binary | 1011100 | 1001010 | 11111 | 0 | 10100 | 1000010 | 1000000 | 101010 | 110010 | 11000 |
Color Harmonies of #5C4A1F
Complementary color
Monochromatic Colors of #5C4A1F
Black with #5C4A1F
Text Example
Text Example
White with #5C4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A1F; }
p { color: rgb(92,74,31); }
H1.HeaderClassName
{
color: #5C4A1F;
}
.AnyTagClassName
{
color: #5C4A1F;
}
</style>
background-color css
<style>
a { background-color: #5C4A1F; }
a { background-color: rgb(92,74,31); }
div.DivClassName
{
background-color: #5C4A1F;
}
.BgClassName
{
background-color: #5C4A1F;
}
</style>
border-color css
<style>
span { border-color: #5C4A1F; }
span { border-color: rgb(92,74,31); }
td.TdClassName
{
border-color: #5C4A1F;
}
.TagClassName
{
border-color: #5C4A1F;
}
</style>