Shades of Bronze Olive #55501D
Tints of Bronze Olive #55501D
RGB
CMYK
RGB Variations
Color information
#55501D (or 0x55501D) is known color: Bronze Olive. HEX triplet: 55, 50 and 1D. RGB value is (85,80,29). Sum of RGB (Red+Green+Blue) = 85+80+29=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55501D is #AAAFE2. Grayscale: #4B4B4B. Windows color (decimal): -11186147 or 1921109. OLE color: 1921109.
HSL color Cylindrical-coordinate representation of color #55501D: hue angle of 54.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55501D is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 29 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.67 |
| HSL | 54.64º | 0.49% | 0.22% | - |
| HSV(B) | 54.64º | 0.66% | 0.33% | - |
| XYZ | 6.84 | 7.76 | 2.3 | - |
| YUV | 75.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 29 | 0 | 0.06 | 0.66 | 0.67 | 54.64 | 0.49 | 0.22 |
| Hex | 55 | 50 | 1D | 0 | 6 | 42 | 43 | 37 | 31 | 16 |
| Octal | 125 | 120 | 35 | 0 | 6 | 102 | 103 | 67 | 61 | 26 |
| Binary | 1010101 | 1010000 | 11101 | 0 | 110 | 1000010 | 1000011 | 110111 | 110001 | 10110 |
Color Harmonies of #55501D
Complementary color
Monochromatic Colors of #55501D
Black with #55501D
Text Example
Text Example
White with #55501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55501D; }
p { color: rgb(85,80,29); }
H1.HeaderClassName
{
color: #55501D;
}
.AnyTagClassName
{
color: #55501D;
}
</style>
background-color css
<style>
a { background-color: #55501D; }
a { background-color: rgb(85,80,29); }
div.DivClassName
{
background-color: #55501D;
}
.BgClassName
{
background-color: #55501D;
}
</style>
border-color css
<style>
span { border-color: #55501D; }
span { border-color: rgb(85,80,29); }
td.TdClassName
{
border-color: #55501D;
}
.TagClassName
{
border-color: #55501D;
}
</style>