Shades of Bronze Olive #55441F
Tints of Bronze Olive #55441F
RGB
CMYK
RGB Variations
Color information
#55441F (or 0x55441F) is known color: Bronze Olive. HEX triplet: 55, 44 and 1F. RGB value is (85,68,31). Sum of RGB (Red+Green+Blue) = 85+68+31=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55441F is #AABBE0. Grayscale: #454545. Windows color (decimal): -11189217 or 2049109. OLE color: 2049109.
HSL color Cylindrical-coordinate representation of color #55441F: hue angle of 41.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55441F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 31 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.67 |
| HSL | 41.11º | 0.47% | 0.23% | - |
| HSV(B) | 41.11º | 0.64% | 0.33% | - |
| XYZ | 6.06 | 6.16 | 2.17 | - |
| YUV | 68.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 31 | 0 | 0.20 | 0.64 | 0.67 | 41.11 | 0.47 | 0.23 |
| Hex | 55 | 44 | 1F | 0 | 14 | 40 | 43 | 29 | 2F | 17 |
| Octal | 125 | 104 | 37 | 0 | 24 | 100 | 103 | 51 | 57 | 27 |
| Binary | 1010101 | 1000100 | 11111 | 0 | 10100 | 1000000 | 1000011 | 101001 | 101111 | 10111 |
Color Harmonies of #55441F
Complementary color
Monochromatic Colors of #55441F
Black with #55441F
Text Example
Text Example
White with #55441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55441F; }
p { color: rgb(85,68,31); }
H1.HeaderClassName
{
color: #55441F;
}
.AnyTagClassName
{
color: #55441F;
}
</style>
background-color css
<style>
a { background-color: #55441F; }
a { background-color: rgb(85,68,31); }
div.DivClassName
{
background-color: #55441F;
}
.BgClassName
{
background-color: #55441F;
}
</style>
border-color css
<style>
span { border-color: #55441F; }
span { border-color: rgb(85,68,31); }
td.TdClassName
{
border-color: #55441F;
}
.TagClassName
{
border-color: #55441F;
}
</style>