Shades of Bronze Olive #55431A
Tints of Bronze Olive #55431A
RGB
CMYK
RGB Variations
Color information
#55431A (or 0x55431A) is known color: Bronze Olive. HEX triplet: 55, 43 and 1A. RGB value is (85,67,26). Sum of RGB (Red+Green+Blue) = 85+67+26=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55431A is #AABCE5. Grayscale: #434343. Windows color (decimal): -11189478 or 1721173. OLE color: 1721173.
HSL color Cylindrical-coordinate representation of color #55431A: hue angle of 41.69º 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 #55431A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 26 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.67 |
| HSL | 41.69º | 0.53% | 0.22% | - |
| HSV(B) | 41.69º | 0.69% | 0.33% | - |
| XYZ | 5.94 | 6.02 | 1.83 | - |
| YUV | 67.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 26 | 0 | 0.21 | 0.69 | 0.67 | 41.69 | 0.53 | 0.22 |
| Hex | 55 | 43 | 1A | 0 | 15 | 45 | 43 | 2A | 35 | 16 |
| Octal | 125 | 103 | 32 | 0 | 25 | 105 | 103 | 52 | 65 | 26 |
| Binary | 1010101 | 1000011 | 11010 | 0 | 10101 | 1000101 | 1000011 | 101010 | 110101 | 10110 |
Color Harmonies of #55431A
Complementary color
Monochromatic Colors of #55431A
Black with #55431A
Text Example
Text Example
White with #55431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55431A; }
p { color: rgb(85,67,26); }
H1.HeaderClassName
{
color: #55431A;
}
.AnyTagClassName
{
color: #55431A;
}
</style>
background-color css
<style>
a { background-color: #55431A; }
a { background-color: rgb(85,67,26); }
div.DivClassName
{
background-color: #55431A;
}
.BgClassName
{
background-color: #55431A;
}
</style>
border-color css
<style>
span { border-color: #55431A; }
span { border-color: rgb(85,67,26); }
td.TdClassName
{
border-color: #55431A;
}
.TagClassName
{
border-color: #55431A;
}
</style>