Shades of Bronze Olive #5C4A24
Tints of Bronze Olive #5C4A24
RGB
CMYK
RGB Variations
Color information
#5C4A24 (or 0x5C4A24) is known color: Bronze Olive. HEX triplet: 5C, 4A and 24. RGB value is (92,74,36). Sum of RGB (Red+Green+Blue) = 92+74+36=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A24 is #A3B5DB. Grayscale: #4B4B4B. Windows color (decimal): -10728924 or 2378332. OLE color: 2378332.
HSL color Cylindrical-coordinate representation of color #5C4A24: hue angle of 40.71º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C4A24 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 74 | 36 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.64 |
| HSL | 40.71º | 0.44% | 0.25% | - |
| HSV(B) | 40.71º | 0.61% | 0.36% | - |
| XYZ | 7.18 | 7.3 | 2.7 | - |
| YUV | 75.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 36 | 0 | 0.20 | 0.61 | 0.64 | 40.71 | 0.44 | 0.25 |
| Hex | 5C | 4A | 24 | 0 | 14 | 3D | 40 | 29 | 2C | 19 |
| Octal | 134 | 112 | 44 | 0 | 24 | 75 | 100 | 51 | 54 | 31 |
| Binary | 1011100 | 1001010 | 100100 | 0 | 10100 | 111101 | 1000000 | 101001 | 101100 | 11001 |
Color Harmonies of #5C4A24
Complementary color
Monochromatic Colors of #5C4A24
Black with #5C4A24
Text Example
Text Example
White with #5C4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A24; }
p { color: rgb(92,74,36); }
H1.HeaderClassName
{
color: #5C4A24;
}
.AnyTagClassName
{
color: #5C4A24;
}
</style>
background-color css
<style>
a { background-color: #5C4A24; }
a { background-color: rgb(92,74,36); }
div.DivClassName
{
background-color: #5C4A24;
}
.BgClassName
{
background-color: #5C4A24;
}
</style>
border-color css
<style>
span { border-color: #5C4A24; }
span { border-color: rgb(92,74,36); }
td.TdClassName
{
border-color: #5C4A24;
}
.TagClassName
{
border-color: #5C4A24;
}
</style>