Shades of Bronze Olive #5E481B
Tints of Bronze Olive #5E481B
RGB
CMYK
RGB Variations
Color information
#5E481B (or 0x5E481B) is known color: Bronze Olive. HEX triplet: 5E, 48 and 1B. RGB value is (94,72,27). Sum of RGB (Red+Green+Blue) = 94+72+27=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E481B is #A1B7E4. Grayscale: #494949. Windows color (decimal): -10598373 or 1787998. OLE color: 1787998.
HSL color Cylindrical-coordinate representation of color #5E481B: hue angle of 40.3º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E481B is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 72 | 27 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.63 |
| HSL | 40.3º | 0.55% | 0.24% | - |
| HSV(B) | 40.3º | 0.71% | 0.37% | - |
| XYZ | 7.13 | 7.09 | 2.03 | - |
| YUV | 73.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 27 | 0 | 0.23 | 0.71 | 0.63 | 40.3 | 0.55 | 0.24 |
| Hex | 5E | 48 | 1B | 0 | 17 | 47 | 3F | 28 | 37 | 18 |
| Octal | 136 | 110 | 33 | 0 | 27 | 107 | 77 | 50 | 67 | 30 |
| Binary | 1011110 | 1001000 | 11011 | 0 | 10111 | 1000111 | 111111 | 101000 | 110111 | 11000 |
Color Harmonies of #5E481B
Complementary color
Monochromatic Colors of #5E481B
Black with #5E481B
Text Example
Text Example
White with #5E481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E481B; }
p { color: rgb(94,72,27); }
H1.HeaderClassName
{
color: #5E481B;
}
.AnyTagClassName
{
color: #5E481B;
}
</style>
background-color css
<style>
a { background-color: #5E481B; }
a { background-color: rgb(94,72,27); }
div.DivClassName
{
background-color: #5E481B;
}
.BgClassName
{
background-color: #5E481B;
}
</style>
border-color css
<style>
span { border-color: #5E481B; }
span { border-color: rgb(94,72,27); }
td.TdClassName
{
border-color: #5E481B;
}
.TagClassName
{
border-color: #5E481B;
}
</style>