Shades of Bronze Olive #5C481F
Tints of Bronze Olive #5C481F
RGB
CMYK
RGB Variations
Color information
#5C481F (or 0x5C481F) is known color: Bronze Olive. HEX triplet: 5C, 48 and 1F. RGB value is (92,72,31). Sum of RGB (Red+Green+Blue) = 92+72+31=195 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.18% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 92 - color contains mainly: red. Hex color #5C481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C481F is #A3B7E0. Grayscale: #494949. Windows color (decimal): -10729441 or 2050140. OLE color: 2050140.
HSL color Cylindrical-coordinate representation of color #5C481F: hue angle of 40.33º 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 #5C481F is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 72 | 31 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.64 |
| HSL | 40.33º | 0.5% | 0.24% | - |
| HSV(B) | 40.33º | 0.66% | 0.36% | - |
| XYZ | 6.98 | 7.01 | 2.28 | - |
| YUV | 73.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 31 | 0 | 0.22 | 0.66 | 0.64 | 40.33 | 0.5 | 0.24 |
| Hex | 5C | 48 | 1F | 0 | 16 | 42 | 40 | 28 | 32 | 18 |
| Octal | 134 | 110 | 37 | 0 | 26 | 102 | 100 | 50 | 62 | 30 |
| Binary | 1011100 | 1001000 | 11111 | 0 | 10110 | 1000010 | 1000000 | 101000 | 110010 | 11000 |
Color Harmonies of #5C481F
Complementary color
Monochromatic Colors of #5C481F
Black with #5C481F
Text Example
Text Example
White with #5C481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C481F; }
p { color: rgb(92,72,31); }
H1.HeaderClassName
{
color: #5C481F;
}
.AnyTagClassName
{
color: #5C481F;
}
</style>
background-color css
<style>
a { background-color: #5C481F; }
a { background-color: rgb(92,72,31); }
div.DivClassName
{
background-color: #5C481F;
}
.BgClassName
{
background-color: #5C481F;
}
</style>
border-color css
<style>
span { border-color: #5C481F; }
span { border-color: rgb(92,72,31); }
td.TdClassName
{
border-color: #5C481F;
}
.TagClassName
{
border-color: #5C481F;
}
</style>