Shades of Bronze Olive #5C5313
Tints of Bronze Olive #5C5313
RGB
CMYK
RGB Variations
Color information
#5C5313 (or 0x5C5313) is known color: Bronze Olive. HEX triplet: 5C, 53 and 13. RGB value is (92,83,19). Sum of RGB (Red+Green+Blue) = 92+83+19=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5313 is #A3ACEC. Grayscale: #4E4E4E. Windows color (decimal): -10726637 or 1266524. OLE color: 1266524.
HSL color Cylindrical-coordinate representation of color #5C5313: hue angle of 52.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C5313 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 19 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.64 |
| HSL | 52.6º | 0.66% | 0.22% | - |
| HSV(B) | 52.6º | 0.79% | 0.36% | - |
| XYZ | 7.62 | 8.51 | 1.86 | - |
| YUV | 78.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 19 | 0 | 0.10 | 0.79 | 0.64 | 52.6 | 0.66 | 0.22 |
| Hex | 5C | 53 | 13 | 0 | A | 4F | 40 | 35 | 42 | 16 |
| Octal | 134 | 123 | 23 | 0 | 12 | 117 | 100 | 65 | 102 | 26 |
| Binary | 1011100 | 1010011 | 10011 | 0 | 1010 | 1001111 | 1000000 | 110101 | 1000010 | 10110 |
Color Harmonies of #5C5313
Complementary color
Monochromatic Colors of #5C5313
Black with #5C5313
Text Example
Text Example
White with #5C5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5313; }
p { color: rgb(92,83,19); }
H1.HeaderClassName
{
color: #5C5313;
}
.AnyTagClassName
{
color: #5C5313;
}
</style>
background-color css
<style>
a { background-color: #5C5313; }
a { background-color: rgb(92,83,19); }
div.DivClassName
{
background-color: #5C5313;
}
.BgClassName
{
background-color: #5C5313;
}
</style>
border-color css
<style>
span { border-color: #5C5313; }
span { border-color: rgb(92,83,19); }
td.TdClassName
{
border-color: #5C5313;
}
.TagClassName
{
border-color: #5C5313;
}
</style>