Shades of Bronze Olive #55421A
Tints of Bronze Olive #55421A
RGB
CMYK
RGB Variations
Color information
#55421A (or 0x55421A) is known color: Bronze Olive. HEX triplet: 55, 42 and 1A. RGB value is (85,66,26). Sum of RGB (Red+Green+Blue) = 85+66+26=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421A is #AABDE5. Grayscale: #434343. Windows color (decimal): -11189734 or 1720917. OLE color: 1720917.
HSL color Cylindrical-coordinate representation of color #55421A: hue angle of 40.68º 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 #55421A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 26 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.67 |
| HSL | 40.68º | 0.53% | 0.22% | - |
| HSV(B) | 40.68º | 0.69% | 0.33% | - |
| XYZ | 5.88 | 5.9 | 1.81 | - |
| YUV | 67.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 26 | 0 | 0.22 | 0.69 | 0.67 | 40.68 | 0.53 | 0.22 |
| Hex | 55 | 42 | 1A | 0 | 16 | 45 | 43 | 29 | 35 | 16 |
| Octal | 125 | 102 | 32 | 0 | 26 | 105 | 103 | 51 | 65 | 26 |
| Binary | 1010101 | 1000010 | 11010 | 0 | 10110 | 1000101 | 1000011 | 101001 | 110101 | 10110 |
Color Harmonies of #55421A
Complementary color
Monochromatic Colors of #55421A
Black with #55421A
Text Example
Text Example
White with #55421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55421A; }
p { color: rgb(85,66,26); }
H1.HeaderClassName
{
color: #55421A;
}
.AnyTagClassName
{
color: #55421A;
}
</style>
background-color css
<style>
a { background-color: #55421A; }
a { background-color: rgb(85,66,26); }
div.DivClassName
{
background-color: #55421A;
}
.BgClassName
{
background-color: #55421A;
}
</style>
border-color css
<style>
span { border-color: #55421A; }
span { border-color: rgb(85,66,26); }
td.TdClassName
{
border-color: #55421A;
}
.TagClassName
{
border-color: #55421A;
}
</style>