Shades of Bronze Olive #55521D
Tints of Bronze Olive #55521D
RGB
CMYK
RGB Variations
Color information
#55521D (or 0x55521D) is known color: Bronze Olive. HEX triplet: 55, 52 and 1D. RGB value is (85,82,29). Sum of RGB (Red+Green+Blue) = 85+82+29=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55521D is #AAADE2. Grayscale: #4D4D4D. Windows color (decimal): -11185635 or 1921621. OLE color: 1921621.
HSL color Cylindrical-coordinate representation of color #55521D: hue angle of 56.79º 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 #55521D is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 29 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.67 |
| HSL | 56.79º | 0.49% | 0.22% | - |
| HSV(B) | 56.79º | 0.66% | 0.33% | - |
| XYZ | 6.99 | 8.05 | 2.35 | - |
| YUV | 76.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 29 | 0 | 0.04 | 0.66 | 0.67 | 56.79 | 0.49 | 0.22 |
| Hex | 55 | 52 | 1D | 0 | 4 | 42 | 43 | 39 | 31 | 16 |
| Octal | 125 | 122 | 35 | 0 | 4 | 102 | 103 | 71 | 61 | 26 |
| Binary | 1010101 | 1010010 | 11101 | 0 | 100 | 1000010 | 1000011 | 111001 | 110001 | 10110 |
Color Harmonies of #55521D
Complementary color
Monochromatic Colors of #55521D
Black with #55521D
Text Example
Text Example
White with #55521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55521D; }
p { color: rgb(85,82,29); }
H1.HeaderClassName
{
color: #55521D;
}
.AnyTagClassName
{
color: #55521D;
}
</style>
background-color css
<style>
a { background-color: #55521D; }
a { background-color: rgb(85,82,29); }
div.DivClassName
{
background-color: #55521D;
}
.BgClassName
{
background-color: #55521D;
}
</style>
border-color css
<style>
span { border-color: #55521D; }
span { border-color: rgb(85,82,29); }
td.TdClassName
{
border-color: #55521D;
}
.TagClassName
{
border-color: #55521D;
}
</style>