Shades of Bronze Olive #55461A
Tints of Bronze Olive #55461A
RGB
CMYK
RGB Variations
Color information
#55461A (or 0x55461A) is known color: Bronze Olive. HEX triplet: 55, 46 and 1A. RGB value is (85,70,26). Sum of RGB (Red+Green+Blue) = 85+70+26=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55461A is #AAB9E5. Grayscale: #454545. Windows color (decimal): -11188710 or 1721941. OLE color: 1721941.
HSL color Cylindrical-coordinate representation of color #55461A: hue angle of 44.75º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55461A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 26 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.67 |
| HSL | 44.75º | 0.53% | 0.22% | - |
| HSV(B) | 44.75º | 0.69% | 0.33% | - |
| XYZ | 6.12 | 6.39 | 1.89 | - |
| YUV | 69.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 26 | 0 | 0.18 | 0.69 | 0.67 | 44.75 | 0.53 | 0.22 |
| Hex | 55 | 46 | 1A | 0 | 12 | 45 | 43 | 2D | 35 | 16 |
| Octal | 125 | 106 | 32 | 0 | 22 | 105 | 103 | 55 | 65 | 26 |
| Binary | 1010101 | 1000110 | 11010 | 0 | 10010 | 1000101 | 1000011 | 101101 | 110101 | 10110 |
Color Harmonies of #55461A
Complementary color
Monochromatic Colors of #55461A
Black with #55461A
Text Example
Text Example
White with #55461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55461A; }
p { color: rgb(85,70,26); }
H1.HeaderClassName
{
color: #55461A;
}
.AnyTagClassName
{
color: #55461A;
}
</style>
background-color css
<style>
a { background-color: #55461A; }
a { background-color: rgb(85,70,26); }
div.DivClassName
{
background-color: #55461A;
}
.BgClassName
{
background-color: #55461A;
}
</style>
border-color css
<style>
span { border-color: #55461A; }
span { border-color: rgb(85,70,26); }
td.TdClassName
{
border-color: #55461A;
}
.TagClassName
{
border-color: #55461A;
}
</style>