Shades of Bronze Olive #5C491B
Tints of Bronze Olive #5C491B
RGB
CMYK
RGB Variations
Color information
#5C491B (or 0x5C491B) is known color: Bronze Olive. HEX triplet: 5C, 49 and 1B. RGB value is (92,73,27). Sum of RGB (Red+Green+Blue) = 92+73+27=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C491B is #A3B6E4. Grayscale: #494949. Windows color (decimal): -10729189 or 1788252. OLE color: 1788252.
HSL color Cylindrical-coordinate representation of color #5C491B: hue angle of 42.46º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C491B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 27 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.64 |
| HSL | 42.46º | 0.55% | 0.23% | - |
| HSV(B) | 42.46º | 0.71% | 0.36% | - |
| XYZ | 6.99 | 7.12 | 2.04 | - |
| YUV | 73.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 27 | 0 | 0.21 | 0.71 | 0.64 | 42.46 | 0.55 | 0.23 |
| Hex | 5C | 49 | 1B | 0 | 15 | 47 | 40 | 2A | 37 | 17 |
| Octal | 134 | 111 | 33 | 0 | 25 | 107 | 100 | 52 | 67 | 27 |
| Binary | 1011100 | 1001001 | 11011 | 0 | 10101 | 1000111 | 1000000 | 101010 | 110111 | 10111 |
Color Harmonies of #5C491B
Complementary color
Monochromatic Colors of #5C491B
Black with #5C491B
Text Example
Text Example
White with #5C491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C491B; }
p { color: rgb(92,73,27); }
H1.HeaderClassName
{
color: #5C491B;
}
.AnyTagClassName
{
color: #5C491B;
}
</style>
background-color css
<style>
a { background-color: #5C491B; }
a { background-color: rgb(92,73,27); }
div.DivClassName
{
background-color: #5C491B;
}
.BgClassName
{
background-color: #5C491B;
}
</style>
border-color css
<style>
span { border-color: #5C491B; }
span { border-color: rgb(92,73,27); }
td.TdClassName
{
border-color: #5C491B;
}
.TagClassName
{
border-color: #5C491B;
}
</style>