Shades of Bronze Olive #5C4826
Tints of Bronze Olive #5C4826
RGB
CMYK
RGB Variations
Color information
#5C4826 (or 0x5C4826) is known color: Bronze Olive. HEX triplet: 5C, 48 and 26. RGB value is (92,72,38). Sum of RGB (Red+Green+Blue) = 92+72+38=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4826 is #A3B7D9. Grayscale: #4A4A4A. Windows color (decimal): -10729434 or 2508892. OLE color: 2508892.
HSL color Cylindrical-coordinate representation of color #5C4826: hue angle of 37.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C4826 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 72 | 38 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.64 |
| HSL | 37.78º | 0.42% | 0.25% | - |
| HSV(B) | 37.78º | 0.59% | 0.36% | - |
| XYZ | 7.08 | 7.05 | 2.82 | - |
| YUV | 74.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 38 | 0 | 0.22 | 0.59 | 0.64 | 37.78 | 0.42 | 0.25 |
| Hex | 5C | 48 | 26 | 0 | 16 | 3B | 40 | 26 | 2A | 19 |
| Octal | 134 | 110 | 46 | 0 | 26 | 73 | 100 | 46 | 52 | 31 |
| Binary | 1011100 | 1001000 | 100110 | 0 | 10110 | 111011 | 1000000 | 100110 | 101010 | 11001 |
Color Harmonies of #5C4826
Complementary color
Monochromatic Colors of #5C4826
Black with #5C4826
Text Example
Text Example
White with #5C4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4826; }
p { color: rgb(92,72,38); }
H1.HeaderClassName
{
color: #5C4826;
}
.AnyTagClassName
{
color: #5C4826;
}
</style>
background-color css
<style>
a { background-color: #5C4826; }
a { background-color: rgb(92,72,38); }
div.DivClassName
{
background-color: #5C4826;
}
.BgClassName
{
background-color: #5C4826;
}
</style>
border-color css
<style>
span { border-color: #5C4826; }
span { border-color: rgb(92,72,38); }
td.TdClassName
{
border-color: #5C4826;
}
.TagClassName
{
border-color: #5C4826;
}
</style>