Shades of Bronze Olive #55421D
Tints of Bronze Olive #55421D
RGB
CMYK
RGB Variations
Color information
#55421D (or 0x55421D) is known color: Bronze Olive. HEX triplet: 55, 42 and 1D. RGB value is (85,66,29). Sum of RGB (Red+Green+Blue) = 85+66+29=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421D is #AABDE2. Grayscale: #434343. Windows color (decimal): -11189731 or 1917525. OLE color: 1917525.
HSL color Cylindrical-coordinate representation of color #55421D: hue angle of 39.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 #55421D is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 29 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.67 |
| HSL | 39.64º | 0.49% | 0.22% | - |
| HSV(B) | 39.64º | 0.66% | 0.33% | - |
| XYZ | 5.92 | 5.92 | 1.99 | - |
| YUV | 67.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 29 | 0 | 0.22 | 0.66 | 0.67 | 39.64 | 0.49 | 0.22 |
| Hex | 55 | 42 | 1D | 0 | 16 | 42 | 43 | 28 | 31 | 16 |
| Octal | 125 | 102 | 35 | 0 | 26 | 102 | 103 | 50 | 61 | 26 |
| Binary | 1010101 | 1000010 | 11101 | 0 | 10110 | 1000010 | 1000011 | 101000 | 110001 | 10110 |
Color Harmonies of #55421D
Complementary color
Monochromatic Colors of #55421D
Black with #55421D
Text Example
Text Example
White with #55421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55421D; }
p { color: rgb(85,66,29); }
H1.HeaderClassName
{
color: #55421D;
}
.AnyTagClassName
{
color: #55421D;
}
</style>
background-color css
<style>
a { background-color: #55421D; }
a { background-color: rgb(85,66,29); }
div.DivClassName
{
background-color: #55421D;
}
.BgClassName
{
background-color: #55421D;
}
</style>
border-color css
<style>
span { border-color: #55421D; }
span { border-color: rgb(85,66,29); }
td.TdClassName
{
border-color: #55421D;
}
.TagClassName
{
border-color: #55421D;
}
</style>